Revert removal of --release 17

See gh-2133
This commit is contained in:
Stéphane Nicoll 2025-11-26 10:01:16 +01:00
parent 8f08b38f2c
commit fc1c7490ed
2 changed files with 3 additions and 1 deletions

View file

@ -78,6 +78,7 @@ checkstyleNohttp {
}
tasks.withType(JavaCompile).configureEach {
options.release = 17
options.errorprone {
disableAllChecks = true
}