com.intershop.icm.crossproject
Owner: M.Raab
Plugin for Intershop cross projekt development - necessary for integration development
https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
Version 4.3.6
4.3.6
Created 25 August 2021.
Plugin for Intershop cross projekt development - necessary for integration development
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.icm.crossproject") version "4.3.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm:icm-gradle-plugin:4.3.6") } } apply(plugin = "com.intershop.icm.crossproject")
- Applying plugins to all subprojects .