Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/reorganize structure #442

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed install module
  • Loading branch information
dprzybyl committed Mar 27, 2024
commit 3a2df55110e7329b27fde47bdfa198afbe3f25f1
49 changes: 0 additions & 49 deletions app/aem/install/build.gradle.kts

This file was deleted.

4 changes: 0 additions & 4 deletions app/aem/ui.apps.cloud/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ evaluationDependsOn(":app:aem:api")
evaluationDependsOn(":app:aem:runmodes.cloud")
evaluationDependsOn(":app:aem:core")
evaluationDependsOn(":app:aem:actions.main")
evaluationDependsOn(":app:aem:install")

apply(from = rootProject.file("app/common.gradle.kts"))
apply(from = rootProject.file("app/aem/common.gradle.kts"))
@@ -25,9 +24,6 @@ aem {
installBundleProject(":app:aem:runmodes.cloud")
installBundleProject(":app:aem:core")
installBundleProject(":app:aem:actions.main")
installBundleProject(":app:aem:install") {
startLevel.set(27)
}
vaultDefinition {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
version.set(rootProject.version as String)
2 changes: 0 additions & 2 deletions app/aem/ui.apps/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ evaluationDependsOn(":app:aem:api")
evaluationDependsOn(":app:aem:runmodes")
evaluationDependsOn(":app:aem:core")
evaluationDependsOn(":app:aem:actions.main")
evaluationDependsOn(":app:aem:install")

apply(from = rootProject.file("app/common.gradle.kts"))
apply(from = rootProject.file("app/aem/common.gradle.kts"))
@@ -25,7 +24,6 @@ aem {
installBundleProject(":app:aem:runmodes")
installBundleProject(":app:aem:core")
installBundleProject(":app:aem:actions.main")
installBundleProject(":app:aem:install")
vaultDefinition {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
version.set(rootProject.version as String)
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ include(":app:aem:runmodes.cloud")
include(":app:aem:core")
include(":app:aem:actions.checks")
include(":app:aem:actions.main")
include(":app:aem:install")
include(":app:aem:ui.apps.base")
include(":app:aem:ui.apps")
include(":app:aem:ui.apps.cloud")