From 689c873ff68b6c8fd66740603dad6efa3bf8ab47 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 18 May 2022 00:36:15 +0200 Subject: refactor(web/runner): Move runner CLI into separate configuration This change splits the command line interface from the OpenDC web runner into a separate configuration. We plan to re-use the runner code for a Quarkus extension that integrates the runner in development mode. --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 805e8364..d3f3dc9d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -41,7 +41,7 @@ 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-web:opendc-web-runner:opendc-web-runner") include(":opendc-simulator:opendc-simulator-core") include(":opendc-simulator:opendc-simulator-flow") include(":opendc-simulator:opendc-simulator-power") -- cgit v1.2.3