Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
M.Raab
com.intershop.gradle.icm.docker.test
PluginId
Author
com.intershop.gradle.icm.docker.test
Owner: M.Raab
This ICM plugin contains special Docker tasks for special test container.
https://github.com/IntershopCommunicationsAG/icm-docker-plugin
Sources: https://github.com/IntershopCommunicationsAG/icm-docker-plugin
Version 1.6.8
1.6.8
Created 22 August 2021.
This ICM plugin contains special Docker tasks for special test container.
Other versions
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.0.0
- 2.11.2
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.7
- 2.7.6
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.4-dev1
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.16.4
- 1.16.3
- 1.16.2
- 1.16.1
- 1.16.0
- 1.15.0
- 1.14.3
- 1.14.3-dev6
- 1.14.3-dev5
- 1.14.3-dev4
- 1.14.3-dev3
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.1
- 1.13.0
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.9
- 1.6.7
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.6-dev3
- 1.3.6-dev2
- 1.3.6-dev1
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5-dev2
- 1.2.4
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0-dev43
- 1.0.0-dev42
- 1.0.0-dev41
- 1.0.0-dev40
- 1.0.0-dev39
- 1.0.0-dev38
- 1.0.0-dev37
- 1.0.0-dev36
- 1.0.0-dev35
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.icm.docker.test") version "1.6.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm.docker:icm-docker-plugin:1.6.8") } } apply(plugin = "com.intershop.gradle.icm.docker.test")
- Applying plugins to all subprojects .