Search Gradle plugins

mpern.sap.commerce.build

Automatically bootstrap your SAP (Hybris) Commerce Project from the SAP Support Portal manage the whole software development lifecycle of SAP (Hybris) Commerce inside gradle

https://github.com/sap-commerce-tools/commerce-gradle-plugin/wiki

Sources: https://github.com/sap-commerce-tools/commerce-gradle-plugin

Version 1.0.0

1.0.0

Created 25 June 2018.

Automatically bootstrap your SAP (Hybris) Commerce Project from the SAP Support Portal and manage the whole software development lifecycle of SAP (Hybris) Commerce inside gradle

Add this plugin to your build using the plugins DSL:

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

See also:

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