Update file build.gradle
This commit is contained in:
@@ -11,9 +11,13 @@ description = 'Scheduler Service Backend API Server'
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
vendor = JvmVendorSpec.ANY
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.release.set(21)
|
||||
}
|
||||
configurations {
|
||||
compileOnly {
|
||||
extendsFrom annotationProcessor
|
||||
|
||||
Reference in New Issue
Block a user