[GRADLE-1820] ivy.xml produced by gradle does not contain configuration.transitive information Created: 05/Oct/11 Updated: 04/Jan/13 Resolved: 14/Oct/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 0 |
Description |
ivy.xml contains the 'transitive' property of configurations. http://ant.apache.org/ivy/history/latest-milestone/ivyfile/conf.html However if my build contains {{ configurations.compile.transitive = false }} it is not included in the output ivy.xml. Expected result: ivy.xml that contains: <conf name="compile" transitive="false" visibility="public" ... /> I don't think it is a big deal for gradle projects that consume the artifacts. However in case the artifact is consumed by other build framework it may be useful information. |
Comments |
Comment by Szczepan Faber [ 14/Oct/11 ] |
It works correctly, my initial tests must have been flawed. |