Fix Java 17

This commit is contained in:
Martin Prokoph
2024-07-03 15:09:31 +02:00
parent e13a5ad978
commit 68f2d026ec
2 changed files with 5 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ allprojects {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.release = 21
options.release = 17
}
ext {
releaseChangelog = {