Skip to content

Commit b965c49

Browse files
Publish CB dependencies transitively
1 parent 7596631 commit b965c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ sealed trait CommunityProject:
6060
/** Publish this project to the local Maven repository */
6161
final def publish(): Unit =
6262
if !published then
63+
dependencies.foreach(_.publish())
6364
log(s"Publishing $project")
6465
if publishCommand eq null then
6566
throw RuntimeException(s"Publish command is not specified for $project. Project details:\n$this")

0 commit comments

Comments
 (0)