Fix inconsistant build versio

main
Astoria 1 month ago
parent ff874330f2
commit 6d86c3f6c3

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

Loading…
Cancel
Save