mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
feat: remove java version declaration in allay platform as all platforms are in java 21 now
This commit is contained in:
parent
4fc24f022f
commit
6261f0849c
@ -10,13 +10,7 @@ dependencies {
|
|||||||
implementation("com.google.code.gson", "gson", "2.11.0")
|
implementation("com.google.code.gson", "gson", "2.11.0")
|
||||||
|
|
||||||
compileOnly("org.projectlombok:lombok:1.18.32")
|
compileOnly("org.projectlombok:lombok:1.18.32")
|
||||||
compileOnly(group = "org.allaymc.allay", name = "api", version = "master-SNAPSHOT")
|
compileOnly("org.allaymc.allay:api:master-SNAPSHOT")
|
||||||
|
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
annotationProcessor("org.projectlombok:lombok:1.18.32")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
|
||||||
compileJava {
|
|
||||||
options.release.set(21)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user