Search Gradle plugins

Version 3.4.12

3.4.12

Created 17 February 2021.

This plugin should be applied to Intershop Commerce Management customer projects.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.intershop.gradle.icm.project") version "3.4.12"
}

See also:

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