Search Gradle plugins

Version 15.1.14

15.1.14

Created 19 May 2021.

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

See also:

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