[GRADLE-517] Simplify ant project property access from build script Created: 07/Jun/09 Updated: 04/Jan/13 Resolved: 17/Jul/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.7 |
Type: | Improvement | ||
Reporter: | Adam Murdoch | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
Allow access to ant properties as groovy properties of the ant object: ant.someProp = 'some value'
println ant.someOtherAntProp
|