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 a23170d commit a2ada6fCopy full SHA for a2ada6f
build.sbt
@@ -1,5 +1,5 @@
1
lazy val root = (project in file("."))
2
- .aggregate(core, kafka_0_8)
+ .aggregate(core)
3
.settings(noPublishSettings, commonSettings)
4
5
val sparkVersion = settingKey[String]("Spark version")
@@ -32,6 +32,7 @@ lazy val core = (project in file("core"))
32
) ++ commonDependencies ++ miniClusterDependencies
33
)
34
35
+/*
36
lazy val kafka_0_8 = {
37
Project("kafka_0_8", file("kafka-0.8"))
38
.dependsOn(core)
@@ -64,6 +65,7 @@ lazy val kafka_0_8 = {
64
65
66
67
}
68
+*/
69
70
val commonSettings = Seq(
71
organization := "com.holdenkarau",
0 commit comments