mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 10:47:12 +02:00
Only include *runtimeClasspath and *compileClasspath dependencies (#1529)
This commit is contained in:
8
.github/index.pkl
vendored
8
.github/index.pkl
vendored
@@ -192,7 +192,13 @@ main {
|
|||||||
distribution = "temurin"
|
distribution = "temurin"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
module.catalog.`gradle/actions/dependency-submission@v6`
|
(module.catalog.`gradle/actions/dependency-submission@v6`) {
|
||||||
|
with {
|
||||||
|
// language=regexp
|
||||||
|
`dependency-graph-include-configurations` =
|
||||||
|
".*[rR]untimeClasspath|.*[cC]ompileClasspath"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} |> toWorkflowJobs
|
} |> toWorkflowJobs
|
||||||
|
|||||||
3
.github/workflows/main.yml
generated
vendored
3
.github/workflows/main.yml
generated
vendored
@@ -844,7 +844,8 @@ jobs:
|
|||||||
java-version: '25'
|
java-version: '25'
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
- uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
|
- uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
|
||||||
with: {}
|
with:
|
||||||
|
dependency-graph-include-configurations: .*[rR]untimeClasspath|.*[cC]ompileClasspath
|
||||||
publish-test-results:
|
publish-test-results:
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user