com.cognifide.aem.environment
Owner: Krystian Panek
Provides tasks for working with virtualized AEM environment.
https://github.com/Cognifide/gradle-aem-plugin
Sources: https://github.com/Cognifide/gradle-aem-plugin.git
Version 8.0.0
8.0.0
Created 21 October 2019.
Provides tasks for working with virtualized AEM environment.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cognifide.aem.environment") version "8.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cognifide.gradle:aem-plugin:8.0.0") } } apply(plugin = "com.cognifide.aem.environment")
- Applying plugins to all subprojects .