Skip to content

Commit cadd27a

Browse files
committed
sdk 19
1 parent 1298136 commit cadd27a

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
@@ -20,7 +20,7 @@ kotlin {
2020
jvm {
2121
withJava()
2222
compilerOptions {
23-
jvmTarget.set(JvmTarget.JVM_21)
23+
jvmTarget.set(JvmTarget.JVM_19)
2424
}
2525
testRuns["test"].executionTask.configure {
2626
useJUnitPlatform()

0 commit comments

Comments
 (0)