We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072e1ec commit 34b6771Copy full SHA for 34b6771
build.gradle
@@ -13,7 +13,7 @@ version = '1.0-SNAPSHOT'
13
ext.junitJupiterVersion = '5.12.2'
14
15
java {
16
- sourceCompatibility = '23'
+ sourceCompatibility = '17'
17
}
18
19
tasks.withType(AbstractCompile) each { it.options.encoding = 'UTF-8' }
0 commit comments