Skip to content

Commit 1505351

Browse files
committed
Fix compilation error on CI.
1 parent dd6fd3e commit 1505351

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ String VER_JUNIT_JUPITER = '5.9.2'
1515
subprojects {
1616
apply from: 干.file('base/java.gradle')
1717
apply from: 干.file('base/kotlin.gradle')
18-
kotlin {
19-
sourceSets.all {
20-
languageSettings {
21-
languageVersion = "2.0"
22-
}
23-
}
24-
}
18+
// kotlin {
19+
// sourceSets.all {
20+
// languageSettings {
21+
// languageVersion = "2.0"
22+
// }
23+
// }
24+
// }
2525
apply from: 干.file('spotless/java.gradle')
2626
apply plugin: 'java-library'
2727

0 commit comments

Comments
 (0)