Skip to content

Commit

Permalink
Use dependency-submission@v3
Browse files Browse the repository at this point in the history
By default action executes a built-in task that is designed to resolve all build dependencies (:ForceDependencyResolutionPlugin_resolveAllDependencies).

Source: https://github.com/gradle/actions/blob/main/docs/dependency-submission.md\#gradle-execution
  • Loading branch information
wzieba committed Jul 9, 2024
1 parent 80956df commit d314454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit-gradle-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Generate the dependency graph which will be submitted post-job
run: ./gradlew :WordPress:dependencies --no-configure-on-demand
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/dependency-submission@v3

0 comments on commit d314454

Please sign in to comment.