When building part1 of the tutorial on CentOS 6.5,java version "1.7.0_51" I get Gradle error:
You can't change configuration 'providedCompile' because it is already resolved!
[localhost part1]$ gradle clean jar
FAILURE: Build failed with an exception.
Where: Build file '/home/test/wks/Cascading/Java/Impatient/part1/build.gradle' line: 43
What went wrong: A problem occurred evaluating project ':part1'.
You can't change configuration 'providedCompile' because it is already resolved!
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
What may be wrong? Thanks!