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 55d79ba commit 119b61d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ dependencies {
implementation("com.igormaznitsa:jcp:7.0.5")
}

kotlin {
jvmToolchain(8)
}

tasks {
compileJava {
sourceCompatibility = "1.8"
Expand Down

0 comments on commit 119b61d

Please sign in to comment.