Skip to content

Commit

Permalink
Migrate dependency graph action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 9, 2024
1 parent db4c1fd commit 6a30d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -22,11 +22,10 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- name: Setup Gradle to generate dependency graphs
uses: gradle/gradle-build-action@v2
- name: Generate dependency graphs
uses: gradle/actions/dependency-submission@v3
with:
dependency-graph: generate
artifact-retention-days: 1

- name: Build dex-tools with Gradle
run: ./gradlew check distZip
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -21,11 +21,10 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
- name: Generate and submit dependency graphs
uses: gradle/actions/dependency-submission@v3
with:
dependency-graph: generate-and-submit
artifact-retention-days: 1

- name: Build dex-tools with Gradle
run: ./gradlew check -Pversion=2.4.${{ github.run_number }} distZip
Expand Down

0 comments on commit 6a30d0a

Please sign in to comment.