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