Skip to content

Commit

Permalink
Fix compilation error on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 6, 2023
1 parent dd6fd3e commit 1505351
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ String VER_JUNIT_JUPITER = '5.9.2'
subprojects {
apply from: 干.file('base/java.gradle')
apply from: 干.file('base/kotlin.gradle')
kotlin {
sourceSets.all {
languageSettings {
languageVersion = "2.0"
}
}
}
// kotlin {
// sourceSets.all {
// languageSettings {
// languageVersion = "2.0"
// }
// }
// }
apply from: 干.file('spotless/java.gradle')
apply plugin: 'java-library'

Expand Down

0 comments on commit 1505351

Please sign in to comment.