Search Gradle plugins

Version 11.0.1

11.0.1

Created 03 March 2020.

Provides tasks for synchronizing JCR content from running AEM instance.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.cognifide.aem.package.sync") version "11.0.1"
}

See also:

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