Search Gradle plugins

Version 11.0.0-beta

11.0.0-beta

Created 02 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.0-beta"
}

See also:

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