[GRADLE-677] metaInf fails for subprojects Created: 04/Oct/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.8 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Russel Winder | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
In the subprojects specification I have a metaInf usage: subprojects {
. . .
metaInf << files ( '../LICENCE.txt' )
. . .
}
this however leads to an error:
The full stack trace is:
|
Comments |
Comment by Hans Dockter [ 19/Apr/10 ] |
We have reimplemented the archive layer for 0.9. The 0.8 notation is no longer valid but the use case of this issue should be supported. |