Search Gradle plugins

Version 3.10.0

3.10.0

Created 17 July 2023.

Manage the whole development lifecycle of your SAP Commerce Project with Gradle

Add this plugin to your build using the plugins DSL:

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

See also:

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