Skip to content

Commit

Permalink
Remove unnecessary setup of gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jul 9, 2024
1 parent d314454 commit 7669903
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/submit-gradle-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ jobs:
distribution: 'temurin'
java-version: '17'
- run: cp gradle.properties-example gradle.properties
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/dependency-submission@v3

0 comments on commit 7669903

Please sign in to comment.