build: use jdk21 for allay platform

This commit is contained in:
daoge
2024-09-17 19:39:01 +08:00
committed by GitHub
parent f73eadda76
commit b432a4e01d
+6
View File
@@ -11,3 +11,9 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.32")
}
tasks {
compileJava {
options.release.set(21)
}
}