Skip to content

Commit 31c7877

Browse files
authored
Merge pull request #20 from SethTisue/fix-publishing-again
really fix publishing this time
2 parents 90de411 + 3393716 commit 31c7877

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ val disablePublishing = Seq[Setting[_]](
1414
publishArtifact := false,
1515
// The above is enough for Maven repos but it doesn't prevent publishing of ivy.xml files
1616
publish := {},
17-
publishLocal := {}
17+
publishLocal := {},
18+
publishTo := Some(Resolver.file("devnull", file("/dev/null")))
1819
)
1920

2021
disablePublishing // in root

0 commit comments

Comments
 (0)