Search Gradle plugins

Version 12.0.0

12.0.0

Created 03 April 2020.

Adds support for building OSGi bundles.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.cognifide.aem.bundle") version "12.0.0"
}

See also:

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