Skip to content

Commit 25a3061

Browse files
committed
Fix compatibility
1 parent 026d5ce commit 25a3061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tasks {
105105
// Set the JVM compatibility versions
106106
withType<JavaCompile> {
107107
sourceCompatibility = "17"
108-
targetCompatibility = "21"
108+
targetCompatibility = "17"
109109
}
110110
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
111111
kotlinOptions.jvmTarget = buildVersionData.jvmTarget

0 commit comments

Comments
 (0)