[
https://issues.apache.org/jira/browse/KAFKA-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300851#comment-16300851
] ASF GitHub Bot commented on KAFKA-5895: --------------------------------------- ijuma closed pull request #3861: KAFKA-5895 Gradle 3.0+ is needed on the build URL: https://github.com/apache/kafka/pull/3861 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 5ed30b2f4c0..80dad24becc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ See our [web site](http://kafka.apache.org) for details on the project. You need to have [Gradle](http://www.gradle.org/installation) and [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed. -Kafka requires Gradle 2.0 or higher. +Kafka requires Gradle 3.0 or higher. Java 7 should be used for building in order to support both Java 7 and Java 8 at runtime. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] > Gradle 3.0+ is needed on the build > ---------------------------------- > > Key: KAFKA-5895 > URL: https://issues.apache.org/jira/browse/KAFKA-5895 > Project: Kafka > Issue Type: Improvement > Components: documentation > Affects Versions: 0.11.0.2 > Reporter: Matthias Weßendorf > Priority: Trivial > Fix For: 1.1.0 > > > The README says: > Kafka requires Gradle 2.0 or higher. > but running with "2.13", I am getting an ERROR message, saying that 3.0+ is > needed: > {code} > > Failed to apply plugin [class > > 'com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin'] > > This version of Shadow supports Gradle 3.0+ only. Please upgrade. > {code} > Full log here: > {code} > ➜ kafka git:(utils_improvment) ✗ gradle > To honour the JVM settings for this build a new JVM will be forked. Please > consider using the daemon: > https://docs.gradle.org/2.13/userguide/gradle_daemon.html. > Download > https://jcenter.bintray.com/org/ajoberstar/grgit/1.9.3/grgit-1.9.3.pom > Download > https://jcenter.bintray.com/com/github/ben-manes/gradle-versions-plugin/0.15.0/gradle-versions-plugin-0.15.0.pom > Download > https://repo1.maven.org/maven2/org/scoverage/gradle-scoverage/2.1.0/gradle-scoverage-2.1.0.pom > Download > https://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/2.0.1/shadow-2.0.1.pom > Download > https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.2.201704071617-r/org.eclipse.jgit-4.5.2.201704071617-r.pom > Download > https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.5.2.201704071617-r/org.eclipse.jgit-parent-4.5.2.201704071617-r.pom > Download > https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit.ui/4.5.2.201704071617-r/org.eclipse.jgit.ui-4.5.2.201704071617-r.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom > Download https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom > Download > https://jcenter.bintray.com/org/ajoberstar/grgit/1.9.3/grgit-1.9.3.jar > Download > https://jcenter.bintray.com/com/github/ben-manes/gradle-versions-plugin/0.15.0/gradle-versions-plugin-0.15.0.jar > Download > https://repo1.maven.org/maven2/org/scoverage/gradle-scoverage/2.1.0/gradle-scoverage-2.1.0.jar > Download > https://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/2.0.1/shadow-2.0.1.jar > Download > https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.2.201704071617-r/org.eclipse.jgit-4.5.2.201704071617-r.jar > Download > https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit.ui/4.5.2.201704071617-r/org.eclipse.jgit.ui-4.5.2.201704071617-r.jar > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar > Download > https://repo1.maven.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar > Building project 'core' with Scala version 2.11.11 > FAILURE: Build failed with an exception. > * Where: > Build file '/home/Matthias/Work/Apache/kafka/build.gradle' line: 978 > * What went wrong: > A problem occurred evaluating root project 'kafka'. > > Failed to apply plugin [class > > 'com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin'] > > This version of Shadow supports Gradle 3.0+ only. Please upgrade. > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > BUILD FAILED > Total time: 14.637 secs > ➜ kafka git:(utils_improvment) ✗ gradle --version > ------------------------------------------------------------ > Gradle 2.13 > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)
