Skip to content

Commit

Permalink
Build: Do not publish artifacts for root project
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Dec 30, 2017
1 parent a36af67 commit aa3d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enablePlugins(ScalaNativePlugin)
lazy val root = project.in(file("."))
.aggregate(tomlJS, tomlJVM, tomlNative)
.settings(SharedSettings: _*)
.settings(skip in publish := false)
.settings(skip in publish := true)

lazy val toml =
crossProject(JSPlatform, JVMPlatform, NativePlatform)
Expand Down

0 comments on commit aa3d239

Please sign in to comment.