mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-24 13:31:33 +00:00
build: use jdk21 for allay platform
This commit is contained in:
@@ -10,4 +10,10 @@ dependencies {
|
|||||||
compileOnly(group = "org.allaymc.allay", name = "Allay-API", version = "master-SNAPSHOT")
|
compileOnly(group = "org.allaymc.allay", name = "Allay-API", version = "master-SNAPSHOT")
|
||||||
|
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks {
|
||||||
|
compileJava {
|
||||||
|
options.release.set(21)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user