Skip to content

Commit

Permalink
Aggregate all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored and hejfelix committed Sep 26, 2022
1 parent 0c455ce commit 1eb7a27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ lazy val docs =
lazy val root =
project
.in(file("."))
.aggregate(core.jvm, core.js, http4s.jvm, http4s.js, slf4j)
.aggregate(
List(
core,
http4s,
slf4j
).flatMap(_.componentProjects).map(_.project): _*
)
.settings(
publish / skip := true,
)
Expand Down

0 comments on commit 1eb7a27

Please sign in to comment.