Skip to content

Commit

Permalink
feat: remove java version declaration in allay platform as all platfo…
Browse files Browse the repository at this point in the history
…rms are in java 21 now
  • Loading branch information
smartcmd committed Oct 14, 2024
1 parent 4fc24f0 commit 6261f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions platforms/allay/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
2 changes: 1 addition & 1 deletion platforms/mixin-lifecycle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ tasks {
architectury {
common("fabric")
minecraft = Versions.Mod.minecraft
}
}

0 comments on commit 6261f08

Please sign in to comment.