gradle-aem-plugin
gradle-aem-plugin copied to clipboard
Auto-lookup jar and license file from directory
instead
-PforkProp.localInstanceQuickstartJarUri=dir/instance/cq-quickstart-6.5.0.jar
-PforkProp.localInstanceQuickstartLicenseUri=dir/instance/license.properties
it would be nice to have only
-PforkProp.localInstanceQuickstartDirUri=dir/instance
this will cause that by simply updating jar file, nothing else need to be configured. especially when combined with #784