wttech/gradle-aem-plugin

Quickstart dist URL prop mismatch after restartup

pawel-kalkun-wttech opened this issue · 4 comments

after using restartup -Pforce prop Quickstart dist URL has been modified and instance can't get up because path doesn't exist.
After trying to reselect sdk using file browser it appended path to what already was there.

Workaround:
Removing path before using file browser
image (1)
image (2)

the path is being put to the current cursor position. this is by design

the problem is more about Windows path separator. Gradle Config plugin should provide here forward slashes

I am using Mac

Fixed in config plugin