Skip to content

Commit 79a98b4

Browse files
authored
Move more gradle plugins to java. Remove Apache Rat dependency. (#15195)
* Correct package path in ProfileResults. * Moved lucene.java.slowest-tests-at-end.gradle, modernizing the implementation a bit. * Moved lucene.java.show-failed-tests-at-end.gradle to java. * Remove owasp plugin support without a replacement #15114 * Interim. * Playing with new rat's api. To be reverted. * Remove apache rat dependency entirely (license check temporarily turned off). * Added a custom check licenses task. Added an initial set of licenses. * Move license check configuration to a plugin. * Linter changes. * Remove a require that creeped in somehow.
1 parent 085a0ae commit 79a98b4

20 files changed

+876
-771
lines changed

build-tools/build-infra-shadow/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dependencies {
4444
implementation localGroovy()
4545
implementation deps.commons.codec
4646
implementation deps.randomizedtesting.runner
47-
implementation deps.rat
4847
implementation deps.zstd
4948

5049
implementation deps.gjf

build-tools/build-infra/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ dependencies {
7575
implementation localGroovy()
7676
implementation deps.commons.codec
7777
implementation deps.randomizedtesting.runner
78-
implementation deps.rat
7978
implementation deps.zstd
8079

8180
implementation deps.flexmark.core
@@ -91,7 +90,6 @@ dependencies {
9190
implementation plugin(deps.plugins.carrotsearch.dependencychecks)
9291
implementation plugin(deps.plugins.forbiddenapis)
9392
implementation plugin(deps.plugins.spotless)
94-
implementation plugin(deps.plugins.owasp.dependencycheck)
9593
implementation plugin(deps.plugins.undercouch.download)
9694
implementation plugin(deps.plugins.errorprone)
9795
implementation plugin(deps.plugins.jacocolog)

build-tools/build-infra/src/main/groovy/lucene.java.show-failed-tests-at-end.gradle

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

build-tools/build-infra/src/main/groovy/lucene.java.slowest-tests-at-end.gradle

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

build-tools/build-infra/src/main/groovy/lucene.validation.owasp.gradle

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

0 commit comments

Comments
 (0)