[ https://issues.apache.org/jira/browse/KAFKA-3116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117864#comment-15117864 ]
ASF GitHub Bot commented on KAFKA-3116: --------------------------------------- GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/813 KAFKA-3116: Specify minimum Gradle version required in Readme You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-3116 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/813.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 #813 ---- commit 977a257a6cbff1a7293ba1ae6fefa2b0ec32fea0 Author: Vahid Hashemian <vahidhashem...@us.ibm.com> Date: 2016-01-26T19:52:20Z KAFKA-3116: Update Readme to specify minimum Gradle version for buliding Kafka ---- > Failure to build > ----------------- > > Key: KAFKA-3116 > URL: https://issues.apache.org/jira/browse/KAFKA-3116 > Project: Kafka > Issue Type: Improvement > Components: build > Affects Versions: 0.9.0.0 > Environment: Ubuntu 13.10 > Java 7 64 > Kafka 0.9.0 > Reporter: edwardt > Assignee: Vahid Hashemian > Labels: build, newbie > > failure to build, says ScalaPlugin not found for project client > Failed at bootstrap > cd kafka_source_dir > gradle <---- Error happened here. > * What went wrong: > A problem occurred evaluating root project 'kafka'. > > Could not find property 'ScalaPlugin' on project ':clients'. > Detailed error log: > https://github.com/linearregression/kafka/blob/0.9.0/builderror/error.txt > Found out I was using gradle 1.x which is not supported. > Will be very nice to detect minimum supported gradle version or java version > in build script, and report. > Please add info on README to resolve common build errors. -- This message was sent by Atlassian JIRA (v6.3.4#6332)