Building Opencms 9.5.x from the sources
From OpenCms Wiki
Revision as of 09:27, 25 September 2014 by Alberto Gallardo (Talk | contribs)
Note: this is work in progress
1. Checkout the sources of the 9_0_1 branch1:
git clone https://github.com/alkacon/opencms-core.git -b branch_9_0_x
2. Execute the gradle bindist task:
gradle bindist
Notes
Checking out the official tag build_9_0_1 results in gradle failing with the following message:
> Could not find property 'distribution' on configuration ':compile'.