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 470303f4..77d78318 100644 --- a/simulator/settings.gradle.kts +++ b/simulator/settings.gradle.kts @@ -21,13 +21,14 @@ */ rootProject.name = "opendc-simulator" +include(":opendc-platform") include(":opendc-core") include(":opendc-compute:opendc-compute-core") include(":opendc-compute:opendc-compute-simulator") include(":opendc-workflows") include(":opendc-format") include(":opendc-experiments:opendc-experiments-sc18") -include(":opendc-experiments:opendc-experiments-sc20") +include(":opendc-experiments:opendc-experiments-capelin") include(":opendc-runner-web") include(":opendc-simulator:opendc-simulator-core") include(":opendc-simulator:opendc-simulator-compute") |
