com.intershop.gradle.icm.cartridge.test
Owner: M.Raab
The test cartridge plugin applies all basic configurations and tasks of an integration test cartridge.
https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
Version 1.2.0-dev3
1.2.0-dev3
Created 22 December 2019.
The test cartridge plugin applies all basic configurations and tasks of an integration test cartridge.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.icm.cartridge.test") version "1.2.0-dev3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.icm:icm-gradle-plugin:1.2.0-dev3") } } apply(plugin = "com.intershop.gradle.icm.cartridge.test")
- Applying plugins to all subprojects .