Skip to content

Commit

Permalink
revert built scripts change
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Nov 5, 2023
1 parent abbe48d commit c4b7ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/aem/ui.apps.cloud/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply(from = rootProject.file("app/aem/common.gradle.kts"))
aem {
tasks {
packageCompose {
from(project(":app:aem:ui.apps.base").layout.projectDirectory.dir("src/main/content"))
mergePackageProject(":app:aem:ui.apps.base")
installBundleProject(":app:aem:api")
installBundleProject(":app:aem:runmodes.cloud")
installBundleProject(":app:aem:core")
Expand Down
2 changes: 1 addition & 1 deletion app/aem/ui.apps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply(from = rootProject.file("app/aem/common.gradle.kts"))
aem {
tasks {
packageCompose {
from(project(":app:aem:ui.apps.base").layout.projectDirectory.dir("src/main/content"))
mergePackageProject(":app:aem:ui.apps.base")
installBundleProject(":app:aem:api")
installBundleProject(":app:aem:runmodes")
installBundleProject(":app:aem:core")
Expand Down

0 comments on commit c4b7ce0

Please sign in to comment.