Merge 1.16 into 1.18

This commit is contained in:
embeddedt 2023-08-12 12:13:44 -04:00
commit 4399eeb67f
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
4 changed files with 9 additions and 5 deletions

View File

@ -95,11 +95,6 @@ allprojects {
url 'https://maven.terraformersmc.com/releases'
}
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Werror"
}
}
}
configure(subprojects.findAll {it.name == "common" || it.name == "forge" || it.name == "fabric"}) {

View File

@ -9,5 +9,8 @@ ${mixin_classes}
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"conformVisibility": true
}
}

View File

@ -9,5 +9,8 @@ ${mixin_classes}
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"conformVisibility": true
}
}

View File

@ -9,5 +9,8 @@ ${mixin_classes}
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"conformVisibility": true
}
}