Skip to content

Commit c4b7ce0

Browse files
committed
revert built scripts change
1 parent abbe48d commit c4b7ce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/aem/ui.apps.cloud/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply(from = rootProject.file("app/aem/common.gradle.kts"))
2020
aem {
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")

app/aem/ui.apps/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply(from = rootProject.file("app/aem/common.gradle.kts"))
2020
aem {
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")

0 commit comments

Comments
 (0)