feat: remove java version declaration in allay platform as all platforms are in java 21 now

This commit is contained in:
daoge_cmd 2024-10-14 11:23:27 +08:00
parent 4fc24f022f
commit 6261f0849c
2 changed files with 2 additions and 8 deletions

View File

@ -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)
}
}

View File

@ -38,4 +38,4 @@ tasks {
architectury {
common("fabric")
minecraft = Versions.Mod.minecraft
}
}