Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 19, 2024
1 parent 119b61d commit e6e1bec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ dependencies {
implementation("com.igormaznitsa:jcp:7.0.5")
}

kotlin {
jvmToolchain(8)
java {
toolchain {
implementation = JvmImplementation.J9
}
}

tasks {
Expand Down

0 comments on commit e6e1bec

Please sign in to comment.