[GRADLE-3324] Publishing on IBM's 1.6 windows JDK causes a NPE. Created: 23/Jul/15 Updated: 05/Aug/15 Resolved: 05/Aug/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.5 |
Fix Version/s: | 2.7-rc-1 |
Type: | Bug | ||
Reporter: | Adrian Kelly (Inactive) | Assignee: | Adrian Kelly (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Known Issue Of: |
Description |
Publishing with the 'maven-publish' plugin fails with a NPE on Windows and the IBM 1.6 JDK. This does not happen on linux with the IBM 1.6 JDK. This also affects the 'maven' plugin and the `uploadArchives` task. This project can be used to reproduce: https://github.com/adrianbk/gradle-forum-issues/tree/master/25-maven-npe |
Comments |
Comment by Adrian Kelly (Inactive) [ 04/Aug/15 ] |
This does not happen with the 1.7 version of the IBM windows JDK. |