Search Gradle plugins

Version 7.2.2

7.2.2

Created 20 September 2019.

Provides tasks for working with native local AEM instances.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.cognifide.aem.instance") version "7.2.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.cognifide.gradle:aem-plugin:7.2.2")
      }
    }
    
    apply(plugin = "com.cognifide.aem.instance")
  • Applying plugins to all subprojects .