mpern.sap.commerce.build
Owner: Markus Perndorfer
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.3.1
1.3.1
Created 07 March 2019.
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.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.mpern.sap.commerce:commerce-gradle-plugin:1.3.1") } } apply(plugin = "mpern.sap.commerce.build")
- Applying plugins to all subprojects .