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 1cdee16 commit e4c6557Copy full SHA for e4c6557
build.gradle.kts
@@ -13,8 +13,8 @@ plugins {
13
}
14
15
java {
16
- sourceCompatibility = JavaVersion.VERSION_17
17
- targetCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
18
19
withJavadocJar()
20
withSourcesJar()
@@ -24,7 +24,7 @@ kotlin {
24
explicitApi()
25
26
compilerOptions {
27
- jvmTarget = JvmTarget.JVM_17
+ jvmTarget = JvmTarget.JVM_11
28
moduleName = "dev.g000sha256.gradle_module_tree"
29
30
0 commit comments