Expand my Community achievements bar.

AEM ACS Commons with gradle

Avatar

Level 3

Hi,

I've used ACS Commons with Maven.

There is a document how to setup ACS Commons as a sub-package in Maven.

My  new project uses gradle as a build tool. 

Is there a way to install ACS Commons package with gradle?

2 Replies

Avatar

Level 10

ACS-Commons is built with Maven. I am looking to see if anyone has done this - if I hear - i will post back. 

In meantime - here is general information on how to convert Maven project to gradle. 

https://gradle.org/migrating-a-maven-build-to-gradle/

Avatar

Administrator

Hi

Let me share one nternal discussion on Gradle Vs Maven:

The OSGi toolchain for Gradle was pretty far behind where it is for Maven. There are some plugins available, but they are not as full featured as their Maven counterparts.

Adobe doesn't provide any Gradle tooling, although creating a content package and uploading it shouldn't be overly complicated to recreate in a Gradle plugin.

Please check this :- https://bintray.com/acs/releases/acs-aem-commons (For Gradle)

~kautuk



Kautuk Sahni