Search Gradle plugins

Version 16.0.6

16.0.6

Created 03 January 2023.

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

See also:

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