com.intershop.gradle.icm.docker.readmepush
Owner: M.Raab
This ICM plugin integrates tasks to readme files to Dockerhub.
https://github.com/IntershopCommunicationsAG/icm-docker-plugin
Sources: https://github.com/IntershopCommunicationsAG/icm-docker-plugin
Version 2.2.0
2.2.0
Created 30 September 2022.
This ICM plugin integrates tasks to readme files to Dockerhub.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.icm.docker.readmepush") version "2.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm.docker:icm-docker-plugin:2.2.0") } } apply(plugin = "com.intershop.gradle.icm.docker.readmepush")
- Applying plugins to all subprojects .