3.2.0
Issues: https://github.com/marklogic-community/ml-gradle/issues?q=is%3Aclosed+milestone%3A3.2.0
Highlights:
- NB! In version 3.2.0, all Gradle properties are now by default available for token replacement in payload files and module files. Prior to 3.2.0, you had to manually add tokens to the mlAppConfig.customTokens map in order for them to be available. In 3.2.0, every property - not just ml-gradle properties, but all Gradle properties - is added with "%%" as the default prefix and suffix around the property name. Please see the documentation for more information.
- Several new properties are available for creating forests.
- DMSDK tasks now allowing for specifying a database via a property, so it's easier to use these on an ad hoc basis against any database (via port 8000).
- Improvements from ml-app-deployer 3.2.0
- Improvements from ml-javaclient-util 3.2.0