Skip to content

Commit

Permalink
added actions.checks module to all and all.cloud module
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Mar 27, 2024
1 parent 3a2df55 commit 73b0e32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/aem/all.cloud/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
description = "APM (AEM Permission Management) - AEM All-In-One Package (Cloud)"

evaluationDependsOn(":app:aem:ui.apps.cloud")
evaluationDependsOn(":app:aem:actions.checks")

apply(from = rootProject.file("app/common.gradle.kts"))
apply(from = rootProject.file("app/aem/common.gradle.kts"))
Expand All @@ -17,6 +18,9 @@ aem {
nestPackageProject(":app:aem:ui.apps.cloud") {
dirPath.set("/apps/apm-packages/application/install")
}
nestPackageProject(":app:aem:actions.checks") {
dirPath.set("/apps/apm-packages/application/install")
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions app/aem/all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
description = "APM (AEM Permission Management) - AEM All-In-One Package"

evaluationDependsOn(":app:aem:ui.apps")
evaluationDependsOn(":app:aem:actions.checks")

apply(from = rootProject.file("app/common.gradle.kts"))
apply(from = rootProject.file("app/aem/common.gradle.kts"))
Expand All @@ -17,6 +18,9 @@ aem {
nestPackageProject(":app:aem:ui.apps") {
dirPath.set("/apps/apm-packages/application/install")
}
nestPackageProject(":app:aem:actions.checks") {
dirPath.set("/apps/apm-packages/application/install")
}
}
}
}
Expand Down

0 comments on commit 73b0e32

Please sign in to comment.