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