Search Gradle plugins

Version 16.0.5

16.0.5

Created 02 January 2023.

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

See also:

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