Skip to content

Commit

Permalink
build: use jdk21 for allay platform
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Sep 17, 2024
1 parent f73eadd commit b432a4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platforms/allay/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ dependencies {
compileOnly(group = "org.allaymc.allay", name = "Allay-API", version = "master-SNAPSHOT")

annotationProcessor("org.projectlombok:lombok:1.18.32")
}
}

tasks {
compileJava {
options.release.set(21)
}
}

0 comments on commit b432a4e

Please sign in to comment.