[GRADLE-1519] SourceSets should understand the concept of generated resource Created: 09/May/11 Updated: 04/Jan/13 Resolved: 09/May/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-4 |
Type: | Improvement | ||
Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Description |
SourceSets should understand the concept of generated resources. It should be possible to configure static resources ouptut directory as well as generated resources output dir. This way other plugins can take advantage of the separation (e.g. ide plugins, java plugin). Once milestone is released a sample use will be documented here: http://gradle.org/current/docs/dsl/org.gradle.api.tasks.OutputSourceSet.html |