We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982b0e commit 16252e0Copy full SHA for 16252e0
build.sbt
@@ -3,7 +3,10 @@ import sbt.Keys.crossScalaVersions
3
lazy val root = (project in file("."))
4
.settings(
5
commonSettings,
6
- publish / skip := true
+// publish / skip := true,
7
+ publish := {},
8
+ publishLocal := {},
9
+ publishArtifact := false
10
)
11
.aggregate(jsonassert, json4s, playJson, circe, argonaut, jsoniterScala)
12
0 commit comments