We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7596631 commit b965c49Copy full SHA for b965c49
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -60,6 +60,7 @@ sealed trait CommunityProject:
60
/** Publish this project to the local Maven repository */
61
final def publish(): Unit =
62
if !published then
63
+ dependencies.foreach(_.publish())
64
log(s"Publishing $project")
65
if publishCommand eq null then
66
throw RuntimeException(s"Publish command is not specified for $project. Project details:\n$this")
0 commit comments