You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/project/app_cloud/Taskfile.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -239,8 +239,7 @@ tasks:
239
239
- 'test -d ../aem/home/opt/sdk/dispatcher || { echo "Dispatcher SDK is not available. Try providing AEM SDK ZIP instead of JAR to directory: aem/home/lib"; exit 1; }'
240
240
- test -d home/sdk || (rm -fr home/sdk && mkdir -p home && cp -r ../aem/home/opt/sdk/dispatcher home/sdk)
241
241
# - sh home/sdk/bin/validate.sh src > ../aem/home/var/log/dispatcher-validate.log
0 commit comments