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 cb33feb commit e6bafd2Copy full SHA for e6bafd2
.github/workflows/test_and_build.yml
@@ -32,8 +32,13 @@ jobs:
32
uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
33
with:
34
version: ${{ matrix.docker-version }}
35
- - name: Build with Gradle
+ - name: Test with Gradle
36
run: ./gradlew assemble check
37
+ - name: Generate and submit dependency graph
38
+ uses: gradle/actions/dependency-submission@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
39
+ if: github.ref == 'refs/heads/master'
40
+ env:
41
+ DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
42
previewGithubRelease:
43
needs: test
44
runs-on: ubuntu-latest
0 commit comments