Skip to content

Commit

Permalink
[ML4SE-293] Changed ktor Compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 authored and nbirillo committed Jan 9, 2024
1 parent a9106ce commit f7be61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ij-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ dependencies {
tasks{
withType<JavaCompile> {
sourceCompatibility = jdkVersion
targetCompatibility = JavaVersion.VERSION_17.toString()
targetCompatibility = JavaVersion.VERSION_11.toString()
}
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions.jvmTarget = JavaVersion.VERSION_17.toString()
kotlinOptions.jvmTarget = JavaVersion.VERSION_11.toString()
}

withType<Detekt>().configureEach {
Expand Down

0 comments on commit f7be61a

Please sign in to comment.