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

This commit is contained in:
2024-07-29 15:37:28 +09:00
parent 92e3f7c13d
commit 58d55ae8dc
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ subprojects {
plugin("org.jetbrains.kotlin.jvm")
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
dependencies {
+1 -1
View File
@@ -36,7 +36,7 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
protobuf {
@@ -30,7 +30,7 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
application {
+1 -1
View File
@@ -17,5 +17,5 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
@@ -19,5 +19,5 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
+1 -1
View File
@@ -25,7 +25,7 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
protobuf {
@@ -17,5 +17,5 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
@@ -26,7 +26,7 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}
protobuf {
@@ -22,5 +22,5 @@ tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
jvmToolchain(21)
}