[GRADLE-1600] Plugin Conflict: 'war' and 'eclipse' fail with compile fileTree Created: 08/Jun/11 Updated: 04/Jan/13 Resolved: 15/Mar/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-2, 1.0-milestone-3 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Christopher Paulicka | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 0 |
Attachments: | output |
Description |
Following is a simple case, with a brand new gradle script: Strayphs-MacBook-Pro:~ strayph$ mkdir plugin_conflict dependencies { compile fileTree (dir: 'lib', includes: ['*.jar']) }^D FAILURE: Build failed with an exception.
BUILD FAILED Total time: 3.398 secs The attachment contains the output of: gradle eclipse --stacktrace --debug |
Comments |
Comment by Szczepan Faber [ 15/Mar/12 ] |
I cannot reproduce it using the latest Gradle version. |