Search Gradle plugins

Version 5.1.0

5.1.0

Created 09 November 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 "5.1.0"
}

See also:

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