Skip to content

Upgrading ml gradle

Mads Hansen edited this page May 9, 2017 · 3 revisions

In general, upgrading ml-gradle is trivial and is upgraded like any other Gradle plugin - just change the version number in your build.gradle file, e.g.:

plugins {
  id "com.marklogic.ml-gradle" version "change this!"
}

The only other thing to take into consideration is if any change listed in the release notes will cause issues for your project.

See the Gradle docs for more info on Gradle plugins.

Clone this wiki locally