Building AEM projects with Gradle | Community
Skip to main content
viren_pushpanay
Level 2
October 16, 2015
Solved

Building AEM projects with Gradle

  • October 16, 2015
  • 2 replies
  • 3671 views

Hello,

Has anyone built an AEM project with Gradle instead of Maven? If yes, please share your experience.

Thank you.

Cheers,

Viren.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

alvawbCommunity ManagerAccepted solution
Community Manager
October 16, 2015
September 12, 2017

As alternative you could check out our brand new plugin:

GitHub - Cognifide/gradle-aem-plugin: Build rapidly AEM applications using Gradle Build System

and sample project using it:

GitHub - Cognifide/gradle-aem-example: Example AEM application built by Gradle Build System

The plugin has many fancy features like fully automated, parallel setup of local instances with dependent packages pre-installed, application build and checked that all instances after all are stable.

Enjoy!