[GRADLE-3124] typo in configuration exclude rule excludes all dependencies Created: 04/Jul/14 Updated: 04/Jul/14 Resolved: 04/Jul/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.0 |
Fix Version/s: | 2.1-rc-1 |
Type: | Bug | ||
Reporter: | Szczepan Faber | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Description |
A typo like below excludes all dependencies in given configuration.
configurations.compile.exclude modue: "kafka"
I think we should simply fail fast if someone uses wrong keys for exclude rule (we already do that for dependency-level exclude rules). It's a breaking change but I think it makes little sense applying deprecation layer on top of this kind of API misuse. |