I've just gotten Gradle 1.4 and Hadoop 2.7.0. on my Ubuntu 14.04 VM.
I'm in the part1 directory for the Cascading for the Impatient tuturial repo.
When I run 'gradle clean jar', I get the following:
FAILURE: Build failed with an exception.
* Where:
Build file '/home/Impatient/build.gradle' line: 29
* What went wrong:
A problem occurred evaluating root project 'impatient'.
> Could not find method jcenter() for arguments [] on repository container.
* 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: 5.502 secs
Can somebody point me in the right direction as to how to approach resolving this issue?
Also, the tutorial suggested using an IDE, and I installed Intellij, which was recommended. When I run 'gradle ideaModule', I get the same build failure message as above.