Search Gradle plugins

Version 4.1.2

4.1.2

Created 16 January 2019.

ml-development-tools plugin for developing data services on MarkLogic

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.marklogic.ml-development-tools") version "4.1.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.marklogic:ml-development-tools:4.1.2")
      }
    }
    
    apply(plugin = "com.marklogic.ml-development-tools")
  • Applying plugins to all subprojects .