com.intershop.gradle.icm.docker.customization
Owner: M.Raab
This ICM plugin integrate Docker tasks to an ICM customization project.
https://github.com/IntershopCommunicationsAG/icm-docker-plugin
Sources: https://github.com/IntershopCommunicationsAG/icm-docker-plugin
Version 1.15.0
1.15.0
Created 03 March 2022.
This ICM plugin integrate Docker tasks to an ICM customization project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.icm.docker.customization") version "1.15.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm.docker:icm-docker-plugin:1.15.0") } } apply(plugin = "com.intershop.gradle.icm.docker.customization")
- Applying plugins to all subprojects .