com.intershop.gradle.icm.product
Owner: M.Raab
This ICM plugin should be applied to the original Intershop Commerce Management base product project
https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
Version 1.0.0-dev45
1.0.0-dev45
Created 12 November 2019.
This ICM plugin should be applied to the original Intershop Commerce Management base product project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.icm.product") version "1.0.0-dev45"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm:icm-gradle-plugin:1.0.0-dev45") } } apply(plugin = "com.intershop.gradle.icm.product")
- Applying plugins to all subprojects .