Search Gradle plugins

com.marklogic.ml-data-hub-plugin

Gradle plugin for configuring and deploying the MarkLogic Data Hub

Sources: git@github.com:marklogic/marklogic-data-hub.git

Version 1.0.0-beta.1

1.0.0-beta.1

Created 05 April 2016.

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-plugin") version "1.0.0-beta.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.marklogic:ml-data-hub-plugin:1.0.0-beta.1")
      }
    }
    
    apply(plugin = "com.marklogic.ml-data-hub-plugin")
  • Applying plugins to all subprojects .