summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-03-18 13:36:32 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-05 18:54:52 +0200
commitc69035732ef073257cb56f7c9edfdbe25a47aa44 (patch)
tree0e1533944f8e48712772bd518d3ffb187db9a309 /settings.gradle.kts
parent6cf097b60366ecb2116f742be4374fcec841a950 (diff)
feat(web/ui): Add extension for serving OpenDC web UI
This change adds a new Quarkus extension that is able to serve the OpenDC web interface via the Quarkus deployment of OpenDC.
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 267c8edd..cc454b19 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -39,6 +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-runner")
include(":opendc-simulator:opendc-simulator-core")
include(":opendc-simulator:opendc-simulator-flow")