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