mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 18:57:12 +02:00
Only include *runtimeClasspath and *compileClasspath dependencies (#1529)
This commit is contained in:
3
.github/workflows/main.yml
generated
vendored
3
.github/workflows/main.yml
generated
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user