[GRADLE-3365] Play resources do not honor nested directories Created: 18/Nov/15 Updated: 18/Nov/15 Resolved: 18/Nov/15 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.10-rc-1 |
| Type: | Bug | ||
| Reporter: | Gary Hale | Assignee: | Gary Hale |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
Reported on forums at https://discuss.gradle.org/t/play-plugin-does-not-keep-directory-structure-of-resource-files/11933: When packaging a Play application, if the resource directory conf/ has the following structure: conf/ However, currently, the generated jar contains all resource files at the root, i.e., % jar -tf build/playBinary/lib/application.jar /. |
| Comments |
| Comment by Gary Hale [ 18/Nov/15 ] |
|
Resolved with https://github.com/gradle/gradle/pull/528 |