Search Gradle plugins

Version 15.3.3

15.3.3

Created 03 September 2021.

Provides tasks for working with local AEM instances.

Add this plugin to your build using the plugins DSL:

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

See also:

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