Build for the main target platform update site of HALE.
- This repsitory is used to generate the official HALE target platform update site, updates to the update site itself are done manually.
- For testing additions or other changes to the target platform, build it locally using
./gradlew
orgradlew.bat
. In the hale-platform.target file in HALE, replace the target platform update site with your locally built update site directory in build/updatesite (for updates to the official update site, please create a pull request). - Do not commit changes to version-history.json unless you did an update to the official HALE target platform update site and those changes are reflected in the file (otherwise just revert back to the state before the build:
git checkout version-history.json
).