hdockter wrote:
> 
> This should work out of the box. What repository set up do you have?
> 

Here is my setup:

repositories {
  mavenCentral()
  mavenRepo urls: "http://m2repo.spockframework.org/snapshots";
}

dependencies {
  testCompile "org.spockframework:spock-core:0.3-SNAPSHOT"
  // ...
}

spock-core is never updated, except when I delete .gradle/cache in my home
folder. Levi's suggestion doesn't help either.

Cheers,
Peter



-- 
View this message in context: 
http://www.nabble.com/Snapshot-dependencies-not-updated-tp25304327p25345279.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to