1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 09:07:55 +00:00

show true error count

This commit is contained in:
Devan-Kerman
2020-08-29 22:10:14 -05:00
parent b6757c416f
commit 84bca21b0c

View File

@@ -11,6 +11,11 @@ version = mod_version
group = "org.mystia.craft"
archivesBaseName = "cc-t-fabric-${mc_version}"
// yeef
compileJava {
options.compilerArgs << '-Xmaxerrs' << '10000'
}
repositories {
mavenCentral()
maven {