Skip to content

Commit

Permalink
Revert ot JDK 19
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jul 29, 2023
1 parent 64ea932 commit 3930eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

kotlin {
jvmToolchain(20)
jvmToolchain(19)
jvm {
withJava()
}
Expand Down

0 comments on commit 3930eef

Please sign in to comment.