gradle / actions

A collection of GitHub Actions to accelerate your Gradle Builds on GitHub
https://github.com/marketplace/actions/build-with-gradle
MIT License
129 stars 28 forks source link

Provide guidance on dependency-verification config when enabling build-scan publishing #256

Open bigdaz opened 3 weeks ago

bigdaz commented 3 weeks ago

If a Gradle build has enabled dependency-verification, then that build may fail if the user enables build scan publishing via the action. This is because additional plugins are resolved by the build, and these likely not included in the verification-metadata.xml.

The documentation should provide guidance on the correct verification metadata to add.