Search Gradle plugins

Version 14.4.11

14.4.11

Created 02 November 2020.

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 "14.4.11"
}

See also:

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