Here's one forum thread regarding the issue: http://forums.gradle.org/gradle/topics/maven_publish_plugin_publishes_snapshot_versions_to_mavenlocal_using_setunique_true
And here is a working link to the Maven 3 compatibility notes: https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes Without more details it's hard to determine what the issue would be. Specifically, what is the error message, the dependency declaration from the build.gradle file and the contents of the corresponding artifact version under ~/.m2/repository (there should be a maven-metadata-local.xml, if this file doesn't exists, but you have a maven-metadata.xml then whatever put the artifacts into your mavenLocal did it wrong). -- John Engelman On Thursday, December 19, 2013 at 4:24 PM, Xavier Ducrohet [via Gradle] wrote: > I haven't tried to repro those issues yet. > I think it's basically not finding the dependencies. > > I did ask one user to see if he could rebuild the artifacts and see if this > helps and he told me it didn't change anything. > > Are the rule difference documented somewhere? > > > On Thu, Dec 19, 2013 at 2:09 PM, johnrengelman <[hidden email] > (/user/SendEmail.jtp?type=node&node=5712126&i=0)> wrote: > > There were a number of changes in 1.9 surrounding mavenLocal and properly > > handling artifacts contained in it and publishing (installing) to it. > > > > What kind of errors are you seeing? Dependency resolution errors? How are > > the artifacts in your mavenLocal getting into there? Where they published > > (installed) from a previous version of Gradle? > > > > The change you're making to work around the issue is setting up a normal > > Maven distribution repository at the same path as mavenLocal. While this > > works, this is actually the issue that was fixed in 1.9 because mavenLocal > > has different rules around its behavior then standard maven repository. > > > > > > > > -- > > View this message in context: > > http://gradle.1045684.n5.nabble.com/mavenLocal-regression-in-1-9-tp5712124p5712125.html > > Sent from the gradle-dev mailing list archive at Nabble.com > > (http://Nabble.com). > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > > If you reply to this email, your message will be added to the discussion > below: > http://gradle.1045684.n5.nabble.com/mavenLocal-regression-in-1-9-tp5712124p5712126.html > > To start a new topic under gradle-dev, email > ml-node+s1045684n1436218...@n5.nabble.com > (mailto:ml-node+s1045684n1436218...@n5.nabble.com) > To unsubscribe from gradle-dev, click here > (http://gradle.1045684.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1436218&code=am9obi5yLmVuZ2VsbWFuQGdtYWlsLmNvbXwxNDM2MjE4fDIyMTUyNjEzNQ==). > NAML > (http://gradle.1045684.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml) > -- View this message in context: http://gradle.1045684.n5.nabble.com/mavenLocal-regression-in-1-9-tp5712124p5712127.html Sent from the gradle-dev mailing list archive at Nabble.com.