diff options
Diffstat (limited to 'simulator/settings.gradle.kts')
| -rw-r--r-- | simulator/settings.gradle.kts | 3 |
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") |
