Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit aa3d239

Browse files
committed
Build: Do not publish artifacts for root project
1 parent a36af67 commit aa3d239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enablePlugins(ScalaNativePlugin)
4242
lazy val root = project.in(file("."))
4343
.aggregate(tomlJS, tomlJVM, tomlNative)
4444
.settings(SharedSettings: _*)
45-
.settings(skip in publish := false)
45+
.settings(skip in publish := true)
4646

4747
lazy val toml =
4848
crossProject(JSPlatform, JVMPlatform, NativePlatform)

0 commit comments

Comments
 (0)