Search Gradle plugins

Version 15.2.5

15.2.5

Created 12 August 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 "15.2.5"
}

See also:

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