Compile project with Java 24 and '-release' Java 17
Closes gh-45472
This commit is contained in:
committed by
Phillip Webb
parent
af220127d0
commit
6e2049eb92
@@ -84,6 +84,10 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named("compileJava") {
|
||||
options.compilerArgs -= ['-Werror']
|
||||
}
|
||||
|
||||
plugins.withType(EclipsePlugin) {
|
||||
eclipse {
|
||||
classpath.file { merger ->
|
||||
|
||||
Reference in New Issue
Block a user