We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a56964 commit 902ebc1Copy full SHA for 902ebc1
1 file changed
11_flow/server/build.gradle.kts
@@ -34,14 +34,3 @@ dependencies {
34
tasks.withType<Test> {
35
useJUnitPlatform()
36
}
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