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 93a3e60 commit ecaaec3Copy full SHA for ecaaec3
.github/workflows/test_and_build.yml
@@ -36,7 +36,7 @@ jobs:
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'
+ if: github.ref == 'refs/heads/master' && matrix.docker-version == 'v25.0.5'
40
env:
41
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
42
previewGithubRelease:
0 commit comments