[GRADLE-3011] Gradle could not parse POM for com/rackspace/papi/commons/utilities/2.3.6/utilities-2.3.6.pom Created: 30/Jan/14 Updated: 28/Aug/14 Resolved: 05/Aug/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: | 1 |
Description |
Builds fail with 1.10 - with 1.8 this seems to work just fine. The pom is here for reference: [1]https://gist.github.com/anonymous/870... |
Comments |
Comment by Gradle Forums [ 30/Jan/14 ] |
Can you try with latest nightly? |
Comment by Gradle Forums [ 30/Jan/14 ] |
I surely will - thanks for the prompt response - you guys are amazing! |
Comment by Gradle Forums [ 30/Jan/14 ] |
Peter, the build still fails with the same error. ./gradlew --version ------------------------------------------------------------ Build time: 2014-01-29 23:13:52 UTC Groovy: 1.8.6 |
Comment by Benjamin Muschko [ 05/Aug/14 ] |
One of the parent POMs provided dependencies as part of a profile marked as activeByDefault. As of Gradle 1.12 Gradle parses profiles that are active by default. |