Remove Werror now that almost all warnings are addressed
This commit is contained in:
parent
b87c615e5d
commit
1ad6ec4bd1
|
|
@ -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"}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user