Search Gradle plugins

Version 5.6.1

5.6.1

Created 07 December 2022.

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.6.1"
}

See also:

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