summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-18 00:36:15 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-18 14:22:23 +0200
commit689c873ff68b6c8fd66740603dad6efa3bf8ab47 (patch)
treeef21ebff0d2cd8ff37208f760c33c9f2ee950f94 /settings.gradle.kts
parent3c4afb14452f2ae28d66b349f080b5dea8b1366b (diff)
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.
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
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")