3.3.0
All issues - https://github.com/marklogic-community/ml-gradle/issues?q=is%3Aclosed+milestone%3A3.3.0
This release makes small changes to a couple existing tasks. First, the "mlClearContentDatabase" task now requires a property named "confirm" (instead of "deleteAll") to be set to "true". This is for consistency with the other change, which is that "mlUndeploy" now also requires that "confirm" be set to "true" (see #276). This pattern will be used for all tasks that benefit from some protection so that they're not accidentally run.
Highlights:
- Several new tasks for exporting data via DMSDK
- New task for clearing any database - #282
- New tasks for disabling/enabling all scheduled tasks - #281
- Improvements from ml-app-deployer 3.3.0