com.marklogic.ml-data-hub
Owner: MarkLogic
Gradle plugin for configuring and deploying the MarkLogic Data Hub
https://marklogic.github.io/marklogic-data-hub/
Sources: git@github.com:marklogic/marklogic-data-hub.git
Version 2.0.0-rc.2
2.0.0-rc.2
Created 12 September 2017.
Gradle plugin for configuring and deploying the MarkLogic Data Hub
Add this plugin to your build using the plugins DSL:
plugins {
id("com.marklogic.ml-data-hub") version "2.0.0-rc.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.marklogic:ml-data-hub:2.0.0-rc.2") } } apply(plugin = "com.marklogic.ml-data-hub")
- Applying plugins to all subprojects .