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