Remove -Xlint exclusions in the percolator module. (#40372)

Relates to #40366
This commit is contained in:
Martijn van Groningen 2019-03-26 07:54:22 +01:00
parent 7234d78747
commit 1d3ece1e96
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 0 additions and 3 deletions

View File

@ -33,6 +33,3 @@ dependencyLicenses {
it.group.startsWith('org.elasticsearch') == false
} - project.configurations.compileOnly
}
compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"