Clean up this bit

This commit is contained in:
Ennui Langeweile 2022-04-20 19:26:28 -03:00
parent cb3b99397d
commit 837be28ec2
No known key found for this signature in database
GPG Key ID: 688A9E714BCD13B2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ processResources {
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
// Minecraft 1.18 (1.18-pre2) upwards uses Java 17.
it.options.release.set(17)
it.options.release = 17
}
java {