com.intershop.icm.crossproject
所有者: M.Raab
Inter shop 交叉项目开发插件 - 集成开发所必需的
https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
来源:https://github.com/IntershopCommunicationsAG/icm-gradle-plugin
使用 插件 DSL
plugins {
id("com.intershop.icm.crossproject") version "5.5.1"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.intershop.gradle.icm:icm-gradle-plugin:5.5.1")
}
}
apply(plugin = "com.intershop.icm.crossproject")