Skip to content

Commit aae08e5

Browse files
authored
Remove superflous enforce deprecation failure plugin (#59770) (#59903)
- With enforcing the build to fail on all gradle deprecated api usage we do not need this tailored plugin anymore
1 parent 0c5b52f commit aae08e5

File tree

3 files changed

+0
-213
lines changed

3 files changed

+0
-213
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ gradle.projectsEvaluated {
435435
}
436436

437437
allprojects {
438-
apply plugin: 'elasticsearch.enforce-deprecation-use-failures'
439-
440438
tasks.register('resolveAllDependencies') {
441439
if (project.path.contains("fixture")) {
442440
dependsOn tasks.withType(ComposePull)

buildSrc/src/integTest/groovy/org/elasticsearch/gradle/EnforceDeprecationFailuresPluginFuncTest.groovy

Lines changed: 0 additions & 120 deletions
This file was deleted.

buildSrc/src/main/java/org/elasticsearch/gradle/EnforceDeprecationFailuresPlugin.java

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)