mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Add helper aggregate project
This commit is contained in:
@@ -274,6 +274,21 @@ lazy val js = project
|
||||
moduleName := "coursier-js"
|
||||
)
|
||||
|
||||
// run sbt-plugins/publishLocal to publish all that necessary for plugins
|
||||
lazy val `sbt-plugins` = project
|
||||
.dummy
|
||||
.aggregate(
|
||||
coreJvm,
|
||||
cache,
|
||||
extra,
|
||||
`sbt-coursier`,
|
||||
`sbt-shading`
|
||||
)
|
||||
.settings(
|
||||
shared,
|
||||
dontPublish
|
||||
)
|
||||
|
||||
lazy val coursier = project
|
||||
.in(root)
|
||||
.aggregate(
|
||||
|
||||
Reference in New Issue
Block a user