wttech / gradle-aem-plugin

Swiss army knife for Adobe Experience Manager related automation. Environment setup & incremental AEM application build which takes seconds, not minutes.
https://tech.cognifide.com/tag/gradle-aem-plugin
Apache License 2.0
157 stars 32 forks source link

Change default location of created local instances #281

Closed pun-ky closed 5 years ago

pun-ky commented 5 years ago

from ~/.aem/${project.rootProject.name} to ${project.rootProject.file(".aem")

it will be easier to preview what instance holds directly in IDE, could be shared folder when using vagrant

still value will be overiddable

pun-ky commented 5 years ago

Done