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

8
.github/index.pkl vendored
View File

@@ -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