Skip to content

Commit

Permalink
Remove superflous enforce deprecation failure plugin (#59770) (#59898)
Browse files Browse the repository at this point in the history
- With enforcing the build to fail on all gradle deprecated api usage we do not need
this tailored plugin anymore
  • Loading branch information
breskeby authored Jul 21, 2020
1 parent cefaa17 commit 60d46f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 213 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ gradle.projectsEvaluated {
}

allprojects {
apply plugin: 'elasticsearch.enforce-deprecation-use-failures'

tasks.register('resolveAllDependencies') {
if (project.path.contains("fixture")) {
dependsOn tasks.withType(ComposePull)
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 60d46f1

Please sign in to comment.