Search Gradle plugins

Version 2.0.0-RC2 (latest)

2.0.0-RC2

Created 26 September 2015.

Gradle Plugin for building MuleESB Applications, both community and enterprise.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.mulesoft.mmc") version "2.0.0-RC2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.org.mulesoft.build:mule-gradle-plugin:2.0.0-RC2")
      }
    }
    
    apply(plugin = "com.mulesoft.mmc")
  • Applying plugins to all subprojects .