Skip to content

Commit

Permalink
Add Github dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Jun 27, 2024
1 parent 479a2c3 commit 5497e34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
java-version: 17

# See https://community.gradle.org/github-actions/docs/setup-gradle/ for more information
- uses: gradle/actions/setup-gradle@v3 # creates build cache when on main branch
- uses: gradle/actions/setup-gradle@v3 # creates build cache when on main branch
with:
cache-encryption-key: ${{ secrets.gradle_encryption_key }}
gradle-home-cache-cleanup: true # clean up unused files
gradle-home-cache-cleanup: true # clean up unused files
dependency-graph: generate-and-submit # submit Github Dependency Graph info
dependency-graph-continue-on-failure: false

- run: ./gradlew --build-cache --configuration-cache --configuration-cache-problems=warn app:assembleDebug

Expand Down
Empty file removed run-ci
Empty file.

0 comments on commit 5497e34

Please sign in to comment.