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 ab3240e commit 5b6d607Copy full SHA for 5b6d607
build.sbt
@@ -53,6 +53,7 @@ lazy val root = Project("scala-xml-compare", file("."))
53
xmlSpecs2
54
)
55
.settings(
56
+ skip in publish := true,
57
publishArtifact := false,
58
// ghpages
59
git.remoteRepo := scmInfo.value.get.connection.replace("scm:git:", ""),
0 commit comments