Compile project with Java 24 and '-release' Java 17

Closes gh-45472
This commit is contained in:
Andy Wilkinson
2025-02-05 11:34:28 +00:00
committed by Phillip Webb
parent af220127d0
commit 6e2049eb92
11 changed files with 34 additions and 41 deletions

View File

@@ -84,6 +84,10 @@ sourceSets {
}
}
tasks.named("compileJava") {
options.compilerArgs -= ['-Werror']
}
plugins.withType(EclipsePlugin) {
eclipse {
classpath.file { merger ->