Guys, Please update the gradlew gradle wrapper version. It's 1.3 which not only it's old but as Uli and Dusko said not compatible with the main build.gradle file. I opened up a JIRA for this: https://issues.apache.org/jira/browse/TAP5-2299
Cheers, Dragan Sahpaski On Wed, Mar 5, 2014 at 3:36 PM, Dusko Jovanovski <[email protected]> wrote: > I was just about to post this, the DependencyResolveDetails interface was > first introduced in version 1.4 according to > > http://www.gradle.org/docs/current/javadoc/org/gradle/api/artifacts/DependencyResolveDetails.html > > > On Wed, Mar 5, 2014 at 3:01 PM, Ulrich Stärk <[email protected]> wrote: > > > What version of Gradle are we currently supposed to work with? Running > the > > build with the current (1.3) gradlew results in the below error. > > > > Uli > > > > * What went wrong: > > Could not compile build file > > '/Users/ustaerk/Documents/dev/workspace/tapestry-5/build.gradle'. > > > startup failed: > > build file > > '/Users/ustaerk/Documents/dev/workspace/tapestry-5/build.gradle': 286: > > unable to resolve class DependencyResolveDetails > > @ line 286, column 43. > > lutionStrategy.eachDependency { Dependen > > ^ > > > > 1 error > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
