diff options
| author | Adam Vandenberg | 2014-04-20 11:09:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-20 11:09:04 -0700 |
| commit | 8c2ced360ee324effed5b686d8ea7893de72d622 (patch) | |
| tree | 026b0efed03e935d76a6a2feddd55b00cf6fec93 /Library/Formula | |
| parent | cc94973db4d6691709e819933c07c11431dab9ce (diff) | |
| download | homebrew-8c2ced360ee324effed5b686d8ea7893de72d622.tar.bz2 | |
kafka: add caveat about Java versions
Closes #28243.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/kafka.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/kafka.rb b/Library/Formula/kafka.rb index 943387d29..d4c67775a 100644 --- a/Library/Formula/kafka.rb +++ b/Library/Formula/kafka.rb @@ -39,6 +39,10 @@ class Kafka < Formula def caveats; <<-EOS.undent To start Kafka, ensure that ZooKeeper is running and then execute: kafka-server-start.sh #{etc}/kafka/server.properties + + Gradle's Scala plugin is not Java 8 compatible, so you may have to + use an older version of Java, see: + http://issues.gradle.org/browse/GRADLE-3023 EOS end end |
