wttech/gradle-aem-plugin

Extending jar task via bundle convention plugin is deprecated

pun-ky opened this issue · 2 comments

impl details: introduce in AemExtension a map <Jar, BundleJar> then add Jar.bundle extension method which will add BundleJar decorator into that map and allow decorating Jar using its own DSL. what will change is the memory allocation place, not directly in Jar task but in AemExtension map.

related to #885