[GRADLE-3019] Gradle 1.10 cannot resolve org.jboss.arquillian.container:arquillian-weld-se-embedded-1.1:1.0.0.CR7 Created: 11/Feb/14 Updated: 06/Apr/14 Resolved: 06/Apr/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.12-rc-1 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
gradle-1.10 cannot resolve a transitive dependency of org.jboss.arquillian.container:arquillian-weld-se-embedded-1.1:1.0.0.CR7, You can use this code example to reproduce the problem: [1]https://github.com/JianbaoTao/arquill.... If you change the wrapper to be of version 1.10, and run
However, gradle-1.8 and 1.9 do not have any problem. |