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 2abc7d8 commit 5cf8398Copy full SHA for 5cf8398
build.gradle
@@ -30,8 +30,8 @@ repositories {
30
}
31
32
java {
33
- sourceCompatibility = JavaVersion.VERSION_17
34
- targetCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
35
36
37
if (project.hasProperty('mainClass')) {
0 commit comments