supress unchecked

This commit is contained in:
Alexander Bubnov 2017-02-20 17:22:27 +03:00
parent aa2b6ce847
commit 81d4b533f3
1 changed files with 1 additions and 3 deletions

View File

@ -48,9 +48,7 @@ gradle.projectsEvaluated {
"-Xlint:deprecation" <<
"-Xlint:finally" <<
"-Xlint:overrides" <<
"-Xlint:path" <<
"-Xlint:unchecked" <<
"-Werror"
"-Xlint:path"
}
task staticAnalysis {