Skip to content

Incremental deployment

rjrudin edited this page Nov 3, 2018 · 3 revisions

ml-gradle 3.10.0 and ml-app-deployer 3.10.0 include support for Gradle-style "incremental" deployments - only deploying resource files that are new or modified since the last time a deployment was run.

This feature is turned off by default. To try it out, just add the following to gradle.properties:

mlIncremental=true

TODO more coming

Clone this wiki locally