Search Gradle plugins

Version 16.0.0-alpha7

16.0.0-alpha7

Created 29 July 2022.

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.0-alpha7"
}

See also:

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