-
https://github.com/wttech/gradle-aem-plugin/issues/945
-
https://github.com/wttech/gradle-aem-plugin/blob/main/docs/local-instance-plugin.md#task-instancebackup
-
Imagine copy pasting and running single command:
`wget https://github.com/Cognifide/gradle-aem-plugin/tree/master/share/package.sh && sh package.sh https://github.com/Adobe-Consulting-Services/acs-…
-
`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/kot…
-
Hello,
I have this project which I am migrating from Gradle to Maven archetype so it would build nicely in Cloud env. It is already stored in a Git repository. I made the migration to Maven archety…
-
imagine RMC on file/folder, then "GAP / Sync"
which will run sync with `:aem:site.demo:sync -Pfilter.roots=[path]`
reflects other plugin functionalities, however GAP offers much more than content …
-
I like running `java -jar gap.jar` to generate a project scaffolding.
However I don’t have connectivity to `services.gradle.org`. Instead, I have a separate location where the distribution should b…
-
```
* What went wrong:
Execution failed for task ':env:aem:instanceProvision'.
> Cannot perform provision step 'enableCrxDe' on LocalInstance(name='dev-author', httpUrl='http://localhost:4502')! Ca…
-
this feature is sometimes requested
```kotlin
tasks {
register("appProvision") {
mustRunAfter(":app:aem:all:deploy")
doLast {
aem.provision {
configureOsgi("com.my.app…
-
### Expected Behavior
There should not occur script compilation error when using Gradle TestKit running build using Kotlin DSL when trying to configure a task which type is extending some…