com.intershop.gradle.ismltaglib
Owner: M.Raab
ISML plugin for Intershop
https://github.com/IntershopCommunicationsAG/isml-gradle-plugin
Sources: https://github.com/IntershopCommunicationsAG/isml-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.intershop.gradle.ismltaglib") version "6.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.intershop.gradle.isml:isml-gradle-plugin:6.0.0") } } apply(plugin = "com.intershop.gradle.ismltaglib")
- Applying plugins to all subprojects .