Skip to content

Commit 2dd0e2d

Browse files
authored
Only include *runtimeClasspath and *compileClasspath dependencies (#1529)
1 parent 8103b77 commit 2dd0e2d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/index.pkl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,13 @@ main {
192192
distribution = "temurin"
193193
}
194194
}
195-
module.catalog.`gradle/actions/dependency-submission@v6`
195+
(module.catalog.`gradle/actions/dependency-submission@v6`) {
196+
with {
197+
// language=regexp
198+
`dependency-graph-include-configurations` =
199+
".*[rR]untimeClasspath|.*[cC]ompileClasspath"
200+
}
201+
}
196202
}
197203
}
198204
} |> toWorkflowJobs

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)