build: address review comments

This commit is contained in:
Christian Bergschneider
2025-12-11 08:55:49 +00:00
parent 2e2b315ab7
commit e99ae48f1a
3 changed files with 5 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ tasks.withType<Jar> {
}
tasks.withType<JavaCompile>().configureEach {
options.release.set(25)
options.release = 25
}
application {