Skip to content

Commit

Permalink
Enable dependency graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 6, 2023
1 parent d71e5d8 commit 8d58305
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

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

- name: Build dex-tools with Gradle
run: ./gradlew check distZip

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
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 8d58305

Please sign in to comment.