[GRADLE-1022] War includes source jars from other projects when a project dependency is used Created: 07/Jul/10 Updated: 04/Jan/13 Resolved: 16/Oct/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 1.0-milestone-5 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 1 |
Description |
For example, add a source jar to a project, to be uploaded when the project is published: artifacts { archives sourceJar } Then, any web project which depends on the project will end up with these source jars in the war. |