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