Skip to content

Commit

Permalink
chore: update jvm target version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFronza committed Sep 25, 2023
1 parent 7e58f47 commit 0e361be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ dependencies {
tasks.test {
useJUnitPlatform()
}

kotlin {
jvmToolchain(11)
}

0 comments on commit 0e361be

Please sign in to comment.