Skip to content

Commit 9b705dd

Browse files
committed
Disable publishing of root project
1 parent 0da708b commit 9b705dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ scalaVersionsByJvm in ThisBuild := {
1313
)
1414
}
1515

16+
lazy val root = project.in(file("."))
17+
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`)
18+
.settings(disablePublishing)
19+
1620
lazy val `scala-parser-combinators` = crossProject.in(file(".")).
1721
settings(scalaModuleSettings: _*).
1822
settings(

0 commit comments

Comments
 (0)