File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ apply(from = rootProject.file("app/aem/common.gradle.kts"))
20
20
aem {
21
21
tasks {
22
22
packageCompose {
23
- from(project( " :app:aem:ui.apps.base" ).layout.projectDirectory.dir( " src/main/content " ) )
23
+ mergePackageProject( " :app:aem:ui.apps.base" )
24
24
installBundleProject(" :app:aem:api" )
25
25
installBundleProject(" :app:aem:runmodes.cloud" )
26
26
installBundleProject(" :app:aem:core" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ apply(from = rootProject.file("app/aem/common.gradle.kts"))
20
20
aem {
21
21
tasks {
22
22
packageCompose {
23
- from(project( " :app:aem:ui.apps.base" ).layout.projectDirectory.dir( " src/main/content " ) )
23
+ mergePackageProject( " :app:aem:ui.apps.base" )
24
24
installBundleProject(" :app:aem:api" )
25
25
installBundleProject(" :app:aem:runmodes" )
26
26
installBundleProject(" :app:aem:core" )
You can’t perform that action at this time.
0 commit comments