You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Ulrich Stärk <ul...@spielviel.de> on 2014/03/05 15:01:28 UTC

current gradle version

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: current gradle version

Posted by Dragan Sahpaski <dr...@gmail.com>.
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 <du...@gmail.com> 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 <ul...@spielviel.de> 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: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
> >
>

Re: current gradle version

Posted by Dusko Jovanovski <du...@gmail.com>.
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 <ul...@spielviel.de> 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: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>