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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,3 +11,9 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.32") annotationProcessor("org.projectlombok:lombok:1.18.32")
} }
tasks {
compileJava {
options.release.set(21)
}
}