We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c324297 commit 7b8d495Copy full SHA for 7b8d495
.github/workflows/test_and_build.yml
@@ -24,6 +24,11 @@ jobs:
24
distribution: temurin
25
- name: Test with Gradle
26
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
32
previewGithubRelease:
33
needs: test
34
runs-on: ubuntu-latest
0 commit comments