Only include *runtimeClasspath and *compileClasspath dependencies (#1529)

This commit is contained in:
Daniel Chao
2026-04-16 17:09:08 -07:00
committed by GitHub
parent 8103b7759f
commit 2dd0e2de21
2 changed files with 9 additions and 2 deletions

3
.github/workflows/main.yml generated vendored
View File

@@ -844,7 +844,8 @@ jobs:
java-version: '25'
distribution: temurin
- uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
with: {}
with:
dependency-graph-include-configurations: .*[rR]untimeClasspath|.*[cC]ompileClasspath
publish-test-results:
if: '!cancelled()'
needs: