Update file build.gradle

This commit is contained in:
2025-11-13 01:05:17 +00:00
parent de84126888
commit 54999c1160

View File

@@ -11,9 +11,13 @@ description = 'Scheduler Service Backend API Server'
java { java {
toolchain { toolchain {
languageVersion = JavaLanguageVersion.of(21) languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.ANY
} }
} }
tasks.withType(JavaCompile) {
options.release.set(21)
}
configurations { configurations {
compileOnly { compileOnly {
extendsFrom annotationProcessor extendsFrom annotationProcessor