mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +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")
|
||||
|
||||
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")
|
||||
}
|
||||
|
||||
tasks {
|
||||
compileJava {
|
||||
options.release.set(21)
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ tasks {
|
||||
architectury {
|
||||
common("fabric")
|
||||
minecraft = Versions.Mod.minecraft
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user