Skip to content

Commit

Permalink
Update project.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner authored Feb 19, 2025
1 parent 2327eae commit 5088a84
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@ if (project == rootProject) {
shortenCommandLine = MANIFEST
workingDirectory = projectDir.toString()
}
"Demo Setup"(Application) {
moduleName = getProject().idea.module.name + ".setup.demo"
envs = [
OR_SETUP_TYPE: "demo"
]
}
"Test Setup"(Application) {
moduleName = getProject().idea.module.name + ".setup.integration"
}
"Empty"(Application) {
moduleName = getProject().idea.module.name + ".manager.main"
}
"Custom Deployment"(Application) {
moduleName = "${getProject().idea.module.name}.setup.main"
envs = [
OR_MAP_SETTINGS_PATH: "deployment/map/mapsettings.json",
OR_MAP_TILES_PATH: "deployment/map/mapdata.mbtiles",
OR_CUSTOM_APP_DOCROOT: "deployment/manager/app",
OR_CONSOLE_APP_CONFIG_DOCROOT: "deployment/manager/consoleappconfig"
]
}
}
}
}
Expand Down

0 comments on commit 5088a84

Please sign in to comment.