Skip to content

Commit 68b94ba

Browse files
authored
Remove -Xlint exclusions in the percolator module. (#40372)
Relates to #40366
1 parent 2cef233 commit 68b94ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/percolator/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ dependencyLicenses {
3333
it.group.startsWith('org.elasticsearch') == false
3434
} - project.configurations.compileOnly
3535
}
36-
37-
compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
38-
compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"

0 commit comments

Comments
 (0)