Hi,
Thanks a lot! am able to build and import the projects in Eclipse now.
Thanks,
On Tue, Aug 23, 2016 at 5:51 PM, Sankar Narayanan wrote:
> Hi,
>
> I got your response as below.
>
> "Hi Sankar,
>
> It looks like Kafka's build scripts are not compatible with Gradle
> 3.0. I'd suggest using t
Hi Sankar,
The following PR fixes the issue:
https://github.com/apache/kafka/pull/1774
Ismael
On Mon, Aug 22, 2016 at 10:00 AM, Sankar Narayanan <
meetshankarh...@gmail.com> wrote:
> Hi,
>
> I am facing the below issue while trying to build kafka using gradle. can
> you please help?
>
> inst
g 2016 06:36:09 -0600
> Subject: Re: Build Issue with Gradle
> To: users@kafka.apache.org
>
> Oh, that's interesting. It looks like the Gradle Wrapper's jar file
> was intentionally removed from the kafka source tree
> (https://issues.apache.org/jira/browse/KAFKA-2098),
Oh, that's interesting. It looks like the Gradle Wrapper's jar file
was intentionally removed from the kafka source tree
(https://issues.apache.org/jira/browse/KAFKA-2098), which would cause
this error. The README file in the repo says to run "gradle" first,
which will install the wrapper binary,
Hi,
I got your response as below.
"Hi Sankar,
It looks like Kafka's build scripts are not compatible with Gradle
3.0. I'd suggest using the gradle wrapper (./gradlew) included in the
Kafka repo, which will automatically install Gradle 2.13 which is
compatible with the build scripts.
Mathieu",
Hi Sankar,
It looks like Kafka's build scripts are not compatible with Gradle
3.0. I'd suggest using the gradle wrapper (./gradlew) included in the
Kafka repo, which will automatically install Gradle 2.13 which is
compatible with the build scripts.
Mathieu
On Mon, Aug 22, 2016 at 3:00 AM, Sank
Hi,
I am facing the below issue while trying to build kafka using gradle. can
you please help?
installed grade 3.0 and then git clone kafka from apache site. Then I ran
gradle under kafka folder. But I got the error "No such property: useAnt
for class: org.gradle.api.tasks.scala.ScalaCompileOpt