Skip to content

Instantly share code, notes, and snippets.

@hernandazevedo
Created April 17, 2019 19:58
Show Gist options
  • Save hernandazevedo/c2ce47f29bba0042c0c308201c69ef86 to your computer and use it in GitHub Desktop.
Save hernandazevedo/c2ce47f29bba0042c0c308201c69ef86 to your computer and use it in GitHub Desktop.
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xmaxerrs" << "5000"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment