verify fabric/tweaker builds are valid

This commit is contained in:
Wagyourtail
2022-05-31 03:03:43 -06:00
parent 3df451677c
commit 56b44496bf
3 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ subprojects {
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
def targetVersion = 16
def targetVersion = 17
if (JavaVersion.current().isJava9Compatible()) {
it.options.release = targetVersion
}