[GRADLE-2606] Deprecation warning about inferring extension from POM packaging, even though extension was specified by client Created: 20/Dec/12 Updated: 04/Jun/14 Resolved: 04/Jun/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.0-rc-1 |
Type: | Bug | ||
Reporter: | Luke Daley | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Description |
The message is coming from: https://github.com/gradle/gradle/blob/master/subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorBuilder.java#L244 The code should take whether or not the user has explicitly specified the extension. |