Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
-
Patch
Description
The dependencies task will throw a null pointer exception when caching dependencies. This is because antBuildWriter.writeProperty( versionsId, versionsList ); is being called with a null versionsList.
Full stack trace and a patch are attached.