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

Dependency Graph should not be submitted for cache-cleanup Gradle execution #905

Closed bigdaz closed 1 year ago

bigdaz commented 1 year ago

When these 2 settings are used together:

          dependency-graph: generate-and-submit
          gradle-home-cache-cleanup: true

a dependency graph file is generated and saved for the cache-cleanup Gradle execution. We should explicitly disable dependency graph generation in the post-action step.

See here for an example.