mirror of https://github.com/sbt/sbt.git
Add helper aggregate project
This commit is contained in:
parent
8002910a43
commit
f609e65f8b
15
build.sbt
15
build.sbt
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue