Compare commits

...

2 Commits

Author SHA1 Message Date
Elena Bobkova 3204bccd53 Merge branch 'master' into rzd_logan 2017-02-22 13:43:24 +03:00
Alexander Bubnov 81d4b533f3 supress unchecked 2017-02-20 17:22:27 +03:00
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 {