Skip to content

Commit 34969b0

Browse files
committed
chore: ignore more modules/configs for dependency submission
Remove more dependencies we don't care about because they don't end up with users Follow-up on apache#1392
1 parent 74dba82 commit 34969b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
uses: sbt/setup-sbt@v1
3939
- uses: scalacenter/sbt-dependency-submission@v3
4040
with:
41-
configs-ignore: provided optional test TestJdk9 compile-internal pr-validation
41+
configs-ignore: provided optional test TestJdk9 compile-internal pr-validation multi-jvm
42+
modules-ignore: pekko-bench-jmh_2.12 pekko-docs_2.12 pekko-bench-jmh_2.13 pekko-docs_2.13 pekko-bench-jmh_3 pekko-docs_3

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ addSbtPlugin("io.github.siculo" % "sbt-bom" % "0.3.0")
3535
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
3636

3737
addSbtPlugin("com.gradle" % "sbt-develocity" % "1.1.2")
38+
addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-submission" % "3.1.0")

0 commit comments

Comments
 (0)