com.intershop.gradle.cartridge
Owner: M.Raab
Intershop Commerce Management Cartridge Gradle Plugin
https://github.com/IntershopCommunicationsAG/cartridge-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/cartridge-gradle-plugin
Version 1.0.0-dev2 (latest)
1.0.0-dev2
Created 28 February 2018.
Intershop Commerce Management Cartridge Gradle Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.cartridge") version "1.0.0-dev2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.intershop.gradle.icmcomponent:cartridge-gradle-plugin:1.0.0-dev2") } } apply(plugin = "com.intershop.gradle.cartridge")
- Applying plugins to all subprojects .