Skip to content

Commit

Permalink
use jvmToolchain(17).
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Sep 2, 2024
1 parent 96ab127 commit 752a072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions input-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ application {
tasks.getByName("run", JavaExec::class).standardInput = System.`in`

kotlin {
jvmToolchain(17)
jvm {
withJava()
testRuns["test"].executionTask.configure {
Expand Down
1 change: 1 addition & 0 deletions player-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ application {
tasks.getByName("run", JavaExec::class).standardInput = System.`in`

kotlin {
jvmToolchain(17)
jvm {
withJava()
testRuns["test"].executionTask.configure {
Expand Down

0 comments on commit 752a072

Please sign in to comment.