Skip to content

Commit 902ebc1

Browse files
committed
fix flow server compilation
1 parent 8a56964 commit 902ebc1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

11_flow/server/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,3 @@ dependencies {
3434
tasks.withType<Test> {
3535
useJUnitPlatform()
3636
}
37-
38-
tasks.withType<KotlinCompile> {
39-
kotlinOptions {
40-
freeCompilerArgs = listOf("-Xjsr305=strict")
41-
jvmTarget = "17"
42-
}
43-
}
44-
val compileKotlin: KotlinCompile by tasks
45-
compileKotlin.kotlinOptions {
46-
languageVersion = "1.7"
47-
}

0 commit comments

Comments
 (0)