Krystian Panek
Krystian Panek
because on single machine with 2 instances too much load may cause unpredictable AEM/GAP behaviour which should be avoided.
`sh gradlew instanceDeploy -Pinstance.deploy.url=[pkg.zip,bundle.jar]` should deploy package then install bundle accordingly https://github.com/wttech/gradle-aem-plugin/blob/master/src/main/kotlin/com/cognifide/gradle/aem/instance/tasks/InstanceDeploy.kt#L20
``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:aem:root:pom'. > Failed to query the value of property 'languageVersion'. > Cannot download URL '/home/runner/work/gat/gat/env/resource/aem/instance/aem-sdk-quickstart-2021.9.5892.jar'...
e.g WKND site has: ``` // path to the clientlib root folder (output) clientLibRoot: "./../ui.apps/src/main/content/jcr_root/apps/wknd/clientlibs", ```
imagine running launcher at some ~/dir and the Maven project is located at ~/dir/maven. then GAP launcher should generate all the stuff but taking also care about 1. appending to...
fixes #1013 before change: adding such snippet: ```yml cmds: pre: echo "" ``` will make it look like this: (output nicely grouped even when output style is interleaved) using an...
```ini instance.default.env.AIO_XXX=admin instance.default.secret.AIO_YYY=admin ``` idea by @piotr-andruszkiewicz-wttech
imagine ```shell sh gradlew :app:aem:core:test ``` instead of ```shell cd app/aem/maven/core && mvn clean test ```
by default is on; but should detect cases on when all remote instances off when many local instances
fixes #28