[
https://issues.apache.org/jira/browse/KAFKA-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15434677#comment-15434677
]
ASF GitHub Bot commented on KAFKA-4082:
---------------------------------------
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/1781
KAFKA-4082; Support usage of Gradle 3.0 for bootstrapping gradlew
The main requirement is to remove the usage of `useAnt` and we need
to upgrade scoverage because the older version refers to `useAnt`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka kafka-4082-support-gradle-3.0-0.10
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1781.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1781
----
commit 251f8a63ff8c9b464526260ca2228f6690dbe217
Author: Ismael Juma <[email protected]>
Date: 2016-08-23T22:56:36Z
KAFKA-4082; Support usage of Gradle 3.0 for bootstrapping gradlew
The main requirement is to remove the usage of `useAnt`. We need
to upgrade scoverage because the older version refers to `useAnt`.
----
> Support Gradle 3.0
> ------------------
>
> Key: KAFKA-4082
> URL: https://issues.apache.org/jira/browse/KAFKA-4082
> Project: Kafka
> Issue Type: Bug
> Reporter: Ismael Juma
> Assignee: Ismael Juma
> Fix For: 0.10.1.0
>
>
> The `useAnt` Gradle property has been removed in Gradle 3.0 and this breaks
> the `gradle` command to download the jar files required for `gradlew` to work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)