Details
Description
when performing `gradle wrapper` and `gradlew build` as a "new" developer, I get an exception:
C:\development\git\kafka>gradlew build --stacktrace <...> FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:compileScala'. > com.typesafe.zinc.Setup.create(Lcom/typesafe/zinc/ScalaLocation;Lcom/typesafe/zinc/SbtJars;Ljava/io/File;)Lcom/typesaf e/zinc/Setup;
Details: https://gist.github.com/mlem/ddff83cc8a25b040c157
Current Commit:
C:\development\git\kafka>git rev-parse --verify HEAD 71602de0bbf7727f498a812033027f6cbfe34eb8
I am evaluating kafka for my company and wanted to run some tests with it, but couldn't due to this error. I know gradle can be tricky and it's not easy to setup everything correct, but this kind of bugs turns possible commiters/users off.