Sorry for posting this here; I didn't want to register in yet another
system.

I had a comment that might be relevant.

http://jira.codehaus.org/browse/GRADLE-629

There are two items in this issue.  One is uploading a snapshot to a maven
repository and the second is downloading the snapshot as a dependency.  The
first seems to be solved in that thread.  The second is an open item that
seems to be waiting on something to happen in ivy.

I was able to have gradle.09-rc3 check for and download new snapshots (from
an artifactory repo) with the following dependency definition.

   compile(group: 'com.itsolut', name: 'common', version: '3.0-SNAPSHOT'){
     changing=true
   }

The key was the "changing=true".  Once that was added, the dependency was
download when it was changed in the repo.

Chris....

-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/Issue-GRADLE-629-tp3287075p3287075.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