summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-09 20:29:33 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-09 20:33:29 +0100
commit40e5871e01858a55372bfcb51cf90069c080e751 (patch)
treebc880252a935cc0b1558c50fe83f71d21b735d29 /simulator/settings.gradle.kts
parent44ed0023ed783437c3c838780f73e28efe1cc4ca (diff)
workflow: Split workflow module in API and service module
Diffstat (limited to 'simulator/settings.gradle.kts')
-rw-r--r--simulator/settings.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts
index 66a55c04..e87dd4d8 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -25,7 +25,8 @@ include(":opendc-platform")
include(":opendc-compute:opendc-compute-api")
include(":opendc-compute:opendc-compute-service")
include(":opendc-compute:opendc-compute-simulator")
-include(":opendc-workflows")
+include(":opendc-workflow:opendc-workflow-api")
+include(":opendc-workflow:opendc-workflow-service")
include(":opendc-format")
include(":opendc-experiments:opendc-experiments-sc18")
include(":opendc-experiments:opendc-experiments-capelin")