Skip to content

Releases: wttech/gradle-aem-plugin

Release 1.4.1

17 Jul 08:49
Compare
Choose a tag to compare

Implemented:

  • debug task #42

Fixed:

  • handling cmd property -Paem.deploy.skipDownloadName=true

Release 1.4.0

30 Jun 10:45
Compare
Choose a tag to compare

Task aemCompose is now cacheable, so that build should speed up :)
Added new tasks: aemUninstall, aemDelete and fancy aemPurge.

  • implemented #41, #39, #40
  • removed configuration properties config.buildDate,
  • renamed vaultFilesExpanded to filesExpanded
  • changed type of fileFilter, dependBundlesTaskNames and dependContentTaskNames to cacheable list due to #41
  • added expandable property name used by default as CRX package name (META-INF/vault/properties.xml)

Release 1.3.4

23 Jun 11:00
Compare
Choose a tag to compare
  • implemented #28

Release 1.3.3

22 Jun 12:39
Compare
Choose a tag to compare

Release 1.3.2

22 Jun 08:39
Compare
Choose a tag to compare
  • fixed #31, sorry for any inconvenience aemCheckout wasn't working properly
  • added new task aemVlt for executing any Vault command, see https://docs.adobe.com/docs/en/aem/6-2/develop/dev-tools/ht-vlttool.html , properties aem.vlt.command and aem.vlt.path
  • renamedaem.vlt.checkout.filterPath ->aem.vlt.filter and added aem.vlt.instance property for explicit specifying remote AEM instance to work with
  • renamed aem.deploy.instance.group -> aem.deploy.instance.name

Release 1.3.1

21 Jun 05:44
Compare
Choose a tag to compare
  • fixed #27
  • hotfixed broken aem { config { } }
  • removed confusing usage of aemCompose { config { } } (no longer needed, use just aem { config { } } instead everywhere

Release 1.3.0

20 Jun 06:54
Compare
Choose a tag to compare

Changes:

  • improved automatic all-in-one package generation #24
  • introduced app package (reinstallable) and content package (for initial installation): wttech/gradle-aem-multi#7
  • added a straightforward hook for easy manipulation of any file being included in CRX package, see AemConfig.fileFilter
  • plugins and example project upgraded to Gradle 4.0 so that --build-cache option is available

Upgrade:

Release 1.2.0

14 Jun 06:38
Compare
Choose a tag to compare
  • introduced automatically generated assemblies for subprojects with Vault filter roots merging #22

Release 1.1.1

09 Jun 09:20
Compare
Choose a tag to compare

Release 1.1.0

09 Jun 06:22
Compare
Choose a tag to compare