[GRADLE-2446] OSGi manifest named properties return incorrect values Created: 24/Aug/12 Updated: 04/Jan/13 Resolved: 28/Aug/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.1 |
Fix Version/s: | 1.2-rc-1 |
Type: | Bug | ||
Reporter: | Luke Daley | Assignee: | Luke Daley |
Resolution: | Fixed | Votes: | 0 |
Description |
Example: group = "foo" jar.manifest { instructionReplace "Bundle-SymbolicName", "bar" } assert jar.manifest.symbolicName == "bar" // fails because it's "foo" |