Skip to content

Commit 5b6d607

Browse files
committed
Tweak skipping of root publish
1 parent ab3240e commit 5b6d607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ lazy val root = Project("scala-xml-compare", file("."))
5353
xmlSpecs2
5454
)
5555
.settings(
56+
skip in publish := true,
5657
publishArtifact := false,
5758
// ghpages
5859
git.remoteRepo := scmInfo.value.get.connection.replace("scm:git:", ""),

0 commit comments

Comments
 (0)