mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 15:17:27 +08:00
[U] Upgrade to JDK 21
This commit is contained in:
@@ -99,6 +99,10 @@ version = "1.0.0"
|
|||||||
description = "AquaDX Arcade Server"
|
description = "AquaDX Arcade Server"
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_21
|
java.sourceCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(21)
|
||||||
|
}
|
||||||
|
|
||||||
springBoot {
|
springBoot {
|
||||||
mainClass.set("icu.samnyan.aqua.EntryKt")
|
mainClass.set("icu.samnyan.aqua.EntryKt")
|
||||||
}
|
}
|
||||||
@@ -114,6 +118,7 @@ tasks.processResources {
|
|||||||
tasks.test {
|
tasks.test {
|
||||||
enabled = false
|
enabled = false
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
jvmArgs("-Dkotest.assertions.collection.print.size=100")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<JavaCompile> {
|
tasks.withType<JavaCompile> {
|
||||||
|
|||||||
Reference in New Issue
Block a user