1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-03 19:07:56 +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" group = "org.mystia.craft"
archivesBaseName = "cc-t-fabric-${mc_version}" archivesBaseName = "cc-t-fabric-${mc_version}"
// yeef
compileJava {
options.compilerArgs << '-Xmaxerrs' << '10000'
}
repositories { repositories {
mavenCentral() mavenCentral()
maven { maven {