We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90de411 + 3393716 commit 31c7877Copy full SHA for 31c7877
build.sbt
@@ -14,7 +14,8 @@ val disablePublishing = Seq[Setting[_]](
14
publishArtifact := false,
15
// The above is enough for Maven repos but it doesn't prevent publishing of ivy.xml files
16
publish := {},
17
- publishLocal := {}
+ publishLocal := {},
18
+ publishTo := Some(Resolver.file("devnull", file("/dev/null")))
19
)
20
21
disablePublishing // in root
0 commit comments