Skip to content
Compare
Choose a tag to compare
@bigdaz bigdaz released this 24 Jan 22:24
· 107 commits to main since this release
a8f7551

Adds a new option to clear a previously submitted dependency-graph.

steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear

This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.

Full-changelog: v2.11.1...v2.12.0