Search Gradle plugins

Version 1.2.1

1.2.1

Created 14 December 2018.

Use the CCv2 manifest.json to build and configure your local development environmennt

Add this plugin to your build using the plugins DSL:

plugins {
  id("mpern.sap.commerce.build.ccv2") version "1.2.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.mpern.sap.commerce:commerce-gradle-plugin:1.2.1")
      }
    }
    
    apply(plugin = "mpern.sap.commerce.build.ccv2")
  • Applying plugins to all subprojects .