| after.sh |
|
1735 |
- |
| before.sh |
|
1606 |
- |
| nexus.xml |
|
13431 |
- |
| verify_dependencies.py |
Check the packaged Gradle dependency cache against the inventory that
`--write-verification-metadata` leaves behind, so that an incomplete artifact
fails here rather than in a downstream task (bug 1953671).
Some of what the inventory lists comes from repositories that aren't proxied
through Nexus and so is expected to be absent from the packaged tree; --unproxied
says which paths those are. Anything else absent, or any component packaged with
one of its files missing, is a real fault.
|
5641 |
- |