Remove Werror now that almost all warnings are addressed

This commit is contained in:
embeddedt 2023-08-12 12:09:52 -04:00
parent b87c615e5d
commit 1ad6ec4bd1
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

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"}) {