Skip to content

Instantly share code, notes, and snippets.

@AndrewReitz
Created July 14, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewReitz/948b31b0d91eef1c2c9a to your computer and use it in GitHub Desktop.
Save AndrewReitz/948b31b0d91eef1c2c9a to your computer and use it in GitHub Desktop.
add -Xlint options
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment