Search Gradle plugins

com.intershop.gradle.icm.product

Owner: M.Raab

This ICM plugin should be applied to the original Intershop Commerce Management base product project

https://github.com/IntershopCommunicationsAG/icm-gradle-plugin

Sources: https://github.com/IntershopCommunicationsAG/icm-gradle-plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.intershop.gradle.icm.product") version "1.0.0-dev43"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.intershop.gradle.icm:icm-gradle-plugin:1.0.0-dev43")
      }
    }
    
    apply(plugin = "com.intershop.gradle.icm.product")
  • Applying plugins to all subprojects .