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.3
4.3.3
Created 24 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.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm:icm-gradle-plugin:4.3.3") } } apply(plugin = "com.intershop.icm.crossproject")
- Applying plugins to all subprojects .