Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b705dd

Browse files
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‎

Lines changed: 4 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /