Update file build.gradle

This commit is contained in:
2025-11-13 01:14:05 +00:00
parent f3b93bbced
commit f8dfb2887b

View File

@@ -10,15 +10,15 @@ description = 'Scheduler Service Backend API Server'
java {
toolchain {
// languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(21)
// vendor = JvmVendorSpec.ADOPTOPENJDK
}
}
tasks.withType(JavaCompile) {
sourceCompatibility = '21'
targetCompatibility = '21'
}
// tasks.withType(JavaCompile) {
// sourceCompatibility = '21'
// targetCompatibility = '21'
// }
configurations {
compileOnly {
extendsFrom annotationProcessor