Skip to content

Commit

Permalink
Remove -Xlint exclusions in the percolator module. (#40372)
Browse files Browse the repository at this point in the history
Relates to #40366
  • Loading branch information
martijnvg committed Mar 26, 2019
1 parent 2cef233 commit 68b94ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/percolator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 68b94ba

Please sign in to comment.