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"))
2020aem {
2121 tasks {
2222 packageCompose {
23- from(project( " :app:aem:ui.apps.base" ).layout.projectDirectory.dir( " src/main/content " ) )
23+ mergePackageProject( " :app:aem:ui.apps.base" )
2424 installBundleProject(" :app:aem:api" )
2525 installBundleProject(" :app:aem:runmodes.cloud" )
2626 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"))
2020aem {
2121 tasks {
2222 packageCompose {
23- from(project( " :app:aem:ui.apps.base" ).layout.projectDirectory.dir( " src/main/content " ) )
23+ mergePackageProject( " :app:aem:ui.apps.base" )
2424 installBundleProject(" :app:aem:api" )
2525 installBundleProject(" :app:aem:runmodes" )
2626 installBundleProject(" :app:aem:core" )
You can’t perform that action at this time.
0 commit comments