Skip to content

Commit e4c6557

Browse files
committed
Downgrade Java version from 17 to 11
1 parent 1cdee16 commit e4c6557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ plugins {
1313
}
1414

1515
java {
16-
sourceCompatibility = JavaVersion.VERSION_17
17-
targetCompatibility = JavaVersion.VERSION_17
16+
sourceCompatibility = JavaVersion.VERSION_11
17+
targetCompatibility = JavaVersion.VERSION_11
1818

1919
withJavadocJar()
2020
withSourcesJar()
@@ -24,7 +24,7 @@ kotlin {
2424
explicitApi()
2525

2626
compilerOptions {
27-
jvmTarget = JvmTarget.JVM_17
27+
jvmTarget = JvmTarget.JVM_11
2828
moduleName = "dev.g000sha256.gradle_module_tree"
2929
}
3030
}

0 commit comments

Comments
 (0)