Merge pull request #493 from usbharu/java-21

chore: java toolchain のバージョンを21に
This commit is contained in:
usbharu 2024-07-29 15:43:51 +09:00 committed by GitHub
commit 1198d7e551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)
} }