chore: java toolchain のバージョンを21に

This commit is contained in:
usbharu 2024-07-29 15:37:28 +09:00
parent 92e3f7c13d
commit 58d55ae8dc
9 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ subprojects {
plugin("org.jetbrains.kotlin.jvm") plugin("org.jetbrains.kotlin.jvm")
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }
dependencies { dependencies {

View File

@ -36,7 +36,7 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }
protobuf { protobuf {

View File

@ -30,7 +30,7 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }
application { application {

View File

@ -17,5 +17,5 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }

View File

@ -19,5 +19,5 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }

View File

@ -25,7 +25,7 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }
protobuf { protobuf {

View File

@ -17,5 +17,5 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }

View File

@ -26,7 +26,7 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }
protobuf { protobuf {

View File

@ -22,5 +22,5 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
kotlin { kotlin {
jvmToolchain(17) jvmToolchain(21)
} }