[GRADLE-1217] Lack of maven plugin throws ugly NPE when trying to use mavenDeployer Created: 14/Nov/10 Updated: 04/Jan/13 Resolved: 09/Sep/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 1.0-milestone-5 |
Type: | Improvement | ||
Reporter: | Baruch Sadogursky | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
Using of the following code without appying maven plugin throws NPE uploadArchives { repositories.mavenDeployer {...} } Stack trace: Execution failed for task ':uploadArchives'. |
Comments |
Comment by Josh Diehl [ 02/Jul/11 ] |
Still seeing this in gradle-1.0-milestone-1 , cost me about an hour of digging to find this cause. |