Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0
-
Component/s: Build automation
-
Labels:None
-
Number of attachments :
Description
In order to build the gpars-all.zip we need all the jar files we depend on so we can zip them into an archive. We should alter the gradle build script to download the jars based on the information in the dependencies automatically and zip them up.
The property runtimeClasspath has all the dependencies on it so the artefacts for the all zip file can be got from this rather than having artefacts in the lib directory.