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