You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.