Skip to content

Commit 4fdbbce

Browse files
committed
Disabled publishing artifacts for root.
1 parent 656ba58 commit 4fdbbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lazy val releaseSettings = Seq(
5656
lazy val root = (project in file("."))
5757
.settings(name := "scalatest-embedded-kafka-root")
5858
.settings(commonSettings: _*)
59-
.settings(publish := {})
59+
.settings(publishArtifact := false)
6060
.aggregate(embeddedKafka, kafkaStreams)
6161

6262

0 commit comments

Comments
 (0)