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"
|
||||
}
|
||||
}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user