[GRADLE-495] NPE when using maven plugin in multi-project builds Created: 22/May/09 Updated: 04/Jan/13 Resolved: 24/May/09 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.6 |
| Fix Version/s: | 0.6.1 |
| Type: | Bug | ||
| Reporter: | Johnny Jian | Assignee: | Hans Dockter |
| Resolution: | Fixed | Votes: | 0 |
| Attachments: |
|
| Description |
|
build layout: gradle-test/
build.gradle
settings.gradle
foo/
build.gradle
gradle-test/build.gradle:
gradle-test/settings.gradle:
gradle-test/foo/build.gradle:
It throws an NPE while running the 'gradle -t' command. |
| Comments |
| Comment by Adam Murdoch [ 23/May/09 ] |
|
This isn't a trivial fix. I've moved it to the 0.7 release. |
| Comment by Adam Murdoch [ 23/May/09 ] |
|
The fix wasn't actually that bad, so I've applied it to 0.6.1 |
| Comment by Hans Dockter [ 24/May/09 ] |
|
Reopening it for assignment to 0.6.1. |