Skip to content

Commit 7b8d495

Browse files
committed
Submit dependency graph to Github
1 parent c324297 commit 7b8d495

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_and_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
distribution: temurin
2525
- name: Test with Gradle
2626
run: ./gradlew assemble check
27+
- name: Generate and submit dependency graph
28+
uses: gradle/actions/dependency-submission@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
29+
if: github.ref == 'refs/heads/master'
30+
env:
31+
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
2732
previewGithubRelease:
2833
needs: test
2934
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)