[GRADLE-2469] Maven cache cause Gradle fails retrieve dependencies Created: 10/Sep/12 Updated: 10/Nov/13 Resolved: 10/Nov/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.1 |
Fix Version/s: | 1.9-rc-1 |
Type: | Bug | ||
Reporter: | Thibault Delor | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
One of my build has failed like that : gradle compileJ FAILURE: Build failed with an exception.
BUILD FAILED Total time: 5.462 secs One of my other project is built with maven and has also the dependency javax.transaction:jta:1.1. This project has failed because of an other dependency problem (not with javax.transaction:jta:1.1). So I guess what happened is that maven has downloaded the pom for javax.transaction:jta:1.1 but not the jar. My gradle project also use the maven local repo. After clearing my maven cache, the problem has gone... |