com.marklogic.ml-development-tools
Owner: MarkLogic
Gradle plugin for developing data services on MarkLogic
Sources: git@github.com:marklogic/java-client-api.git
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 .