From c69035732ef073257cb56f7c9edfdbe25a47aa44 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 18 Mar 2022 13:36:32 +0100 Subject: 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. --- settings.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.gradle.kts') 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") -- cgit v1.2.3