Commit 9cee43b
authored
Remove dependency license check for all org.elasticsearch (elastic#96355)
The dependency licenses check is meant to ensure we have license
information included for external dependencies. The check currently
looks at all non-project dependencies. This works within the
elasticsearch repo, since internal dependencies are all project
dependencies. However, in serverless the dependencies will be jars from
the upstream project (or rather not project dependencies, since it is a
compound build). This commit loosens the dependency license check filter
to omit any that have an elasticsearch group.1 parent d67a3ed commit 9cee43b
File tree
1 file changed
+4
-1
lines changed- build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments