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 4fdbbce commit 963661cCopy full SHA for 963661c
build.sbt
@@ -57,6 +57,8 @@ lazy val root = (project in file("."))
57
.settings(name := "scalatest-embedded-kafka-root")
58
.settings(commonSettings: _*)
59
.settings(publishArtifact := false)
60
+ .settings(publish := {})
61
+ .disablePlugins(BintrayPlugin)
62
.aggregate(embeddedKafka, kafkaStreams)
63
64
0 commit comments