Search Gradle plugins

Version 4.0.0 (latest)

4.0.0

Created 01 August 2023.

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

Add this plugin to your build using the plugins DSL:

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

See also:

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