Skip to content

Upgrading ml gradle

rjrudin edited this page Mar 14, 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.

Clone this wiki locally