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 963661c commit 05ca571Copy full SHA for 05ca571
build.sbt
@@ -59,6 +59,7 @@ lazy val root = (project in file("."))
59
.settings(publishArtifact := false)
60
.settings(publish := {})
61
.disablePlugins(BintrayPlugin)
62
+ .settings(publishTo := Some(Resolver.defaultLocal))
63
.aggregate(embeddedKafka, kafkaStreams)
64
65
0 commit comments