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