gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
671 stars 97 forks source link

Poor error reporting for dependency-submission failure #1008

Closed bigdaz closed 9 months ago

bigdaz commented 9 months ago

Dependency submission failure can occur for a number of reasons, including the case where Dependency Graph support has not been enabled for the repository.

The reported error should indicate the underlying failure, and not simply assume that all failures are due to missing workflow permissions.