Search Gradle plugins

Version 14.5.1

14.5.1

Created 12 February 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.5.1"
}

See also:

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