Skip to content

Commit 16252e0

Browse files
try fix skipping publishing root project
1 parent e982b0e commit 16252e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import sbt.Keys.crossScalaVersions
33
lazy val root = (project in file("."))
44
.settings(
55
commonSettings,
6-
publish / skip := true
6+
// publish / skip := true,
7+
publish := {},
8+
publishLocal := {},
9+
publishArtifact := false
710
)
811
.aggregate(jsonassert, json4s, playJson, circe, argonaut, jsoniterScala)
912

0 commit comments

Comments
 (0)