verify fabric/tweaker builds are valid
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user