Skip to content

Commit

Permalink
Downgrade toolchain compat to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RowDaBoat committed Jul 2, 2024
1 parent af5b48c commit aafa205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.named<Test>("test") {
}

kotlin {
jvmToolchain(19)
jvmToolchain(17)
}

publishing {
Expand Down

0 comments on commit aafa205

Please sign in to comment.