Remove -Xlint exclusions in the percolator module. (#40372)
Relates to #40366
This commit is contained in:
parent
7234d78747
commit
1d3ece1e96
|
@ -33,6 +33,3 @@ dependencyLicenses {
|
||||||
it.group.startsWith('org.elasticsearch') == false
|
it.group.startsWith('org.elasticsearch') == false
|
||||||
} - project.configurations.compileOnly
|
} - project.configurations.compileOnly
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
|
|
||||||
compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
|
|
||||||
|
|
Loading…
Reference in New Issue