Skip to content

Commit 92b6512

Browse files
committed
kafka: don't use personal fork
1 parent aadd151 commit 92b6512

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

proj/kafka.conf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
// https://github.com/SethTisue/kafka.git#build-with-sbt
1+
// https://github.com/scalacommunitybuild/kafka.git#community-build-2.13
22

3-
// Kafka doesn't have its own sbt build, but Enno made one on his branch
4-
// (and he's handling things like test exclusions there)
3+
// Kafka doesn't have its own sbt build, but Enno made one on his
4+
// "build-with-sbt" branch. at one time, he was maintaining that
5+
// himself, including test exclusions, but lately I've been making
6+
// tweaks in the scalacommunitybuild fork instead
57

68
vars.proj.kafka: ${vars.base} {
79
name: "kafka"
8-
uri: "https://github.com/SethTisue/kafka.git#56ddab45b6f4c30d5cad6370053ec98dce6d6364"
10+
uri: "https://github.com/scalacommunitybuild/kafka.git#56ddab45b6f4c30d5cad6370053ec98dce6d6364"
911

1012
extra.commands: ${vars.default-commands} [
1113
// Enno could move these to his own config

0 commit comments

Comments
 (0)