Search Gradle plugins

Version 14.6.0

14.6.0

Created 08 March 2021.

Provides tasks for working with remote AEM instances.

Add this plugin to your build using the plugins DSL:

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

See also:

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