Update to 1.20.6
Some checks failed
build / build (17, ubuntu-22.04) (push) Has been cancelled
build / build (17, windows-2022) (push) Has been cancelled

This commit is contained in:
2024-05-05 08:43:33 +02:00
parent 791195a2a1
commit d018c369ae
7 changed files with 20 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ processResources {
}
tasks.withType(JavaCompile).configureEach {
it.options.release = 17
it.options.release = 21
}
java {