diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-18 13:36:14 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-18 14:34:54 +0200 |
| commit | 8ec4bd7584ad67b4aebd2a88a1e33902923a5375 (patch) | |
| tree | ea220eabeb4912fd640242277aa8441a1238d791 /settings.gradle.kts | |
| parent | 689c873ff68b6c8fd66740603dad6efa3bf8ab47 (diff) | |
refactor(web/ui): Remove module nesting in Quarkus extension
This change updates the OpenDC web UI Quarkus extension to live
completely in the `opendc-web` directory, as opposed to adding another
level of nesting. This also allows us to properly name the artifacts of
the Quarkus extension modules.
Diffstat (limited to 'settings.gradle.kts')
| -rw-r--r-- | settings.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index d3f3dc9d..f4ae69e4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -39,8 +39,8 @@ include(":opendc-web:opendc-web-proto") include(":opendc-web:opendc-web-api") include(":opendc-web:opendc-web-client") include(":opendc-web:opendc-web-ui") -include(":opendc-web:opendc-web-ui-quarkus:deployment") -include(":opendc-web:opendc-web-ui-quarkus:runtime") +include(":opendc-web:opendc-web-ui-quarkus") +include(":opendc-web:opendc-web-ui-quarkus-deployment") include(":opendc-web:opendc-web-runner:opendc-web-runner") include(":opendc-simulator:opendc-simulator-core") include(":opendc-simulator:opendc-simulator-flow") |
