Re: Can not compile kafka

2019-11-24 Thread Ismael Juma
We have recently merged a PR that should fix the issue: https://github.com/apache/kafka/commit/09f700ab3e2a8441109e26851cc861be7856f5e4 `gradlew` now auto downloads the correct version so this kind of issue should no longer happen in the future. Ismael On Sun, Nov 24, 2019 at 5:40 AM Kun Song

Re: Can not compile kafka

2019-11-24 Thread Kun Song
There's a PR[1] which will enable gradle 6.0.1 to work with Kafka, hope it will be merged soon. 1. https://github.com/apache/kafka/pull/7677 On Thu, Nov 14, 2019 at 7:14 PM Miguel Silvestre wrote: > Hi, > > Thank you! That worked. I used gradle 5.6.4 and it worked, just out of the > box. > Let

Re: Can not compile kafka

2019-11-14 Thread Miguel Silvestre
Hi, Thank you! That worked. I used gradle 5.6.4 and it worked, just out of the box. Let's see if gradlew installAll will work :) -- Miguel Silvestre On Thu, Nov 14, 2019 at 10:41 AM Bruno Cadonna wrote: > Hi Miguel, > > I build Kafka with Gradle 5.2.1 and at the end of the build I get the > fo

Re: Can not compile kafka

2019-11-14 Thread Bruno Cadonna
Hi Miguel, I build Kafka with Gradle 5.2.1 and at the end of the build I get the following message: "Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0." So, maybe you ran in one of those incompatibilities. Try to compile with a 5.x version of Gradle. Be

Can not compile kafka

2019-11-14 Thread Miguel Silvestre
Hi, I'm on macOS Mojave 10.14.6 but when I run gradle (I'm using version 6.0) I get the following error: What can I do? FAILURE: Build failed with an exception. * Where: Build file '/Users/miguel.silvestre/Projects/others/kafka/build.gradle' line: 480 * What went wrong: A problem occurred eval