summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-05 16:48:59 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-07 16:13:16 +0100
commitdfbca195cbe1d6c4eebe7ccd4cc707c84ac43e79 (patch)
tree533eb9fd0f900b2b8b6adad8840ded9e217a7937 /simulator/settings.gradle.kts
parent10f71541cd2c72e12f1b2325ee4f25e38a10e0ef (diff)
compute: Extract API from compute service
This change extracts the API for the OpenDC Compute service into a separate module to establish a clearer boundary between the interface meant for consumers and interfaces meant for the the serve implementation.
Diffstat (limited to 'simulator/settings.gradle.kts')
-rw-r--r--simulator/settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts
index 77d78318..6e6a9d29 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -23,6 +23,7 @@ rootProject.name = "opendc-simulator"
include(":opendc-platform")
include(":opendc-core")
+include(":opendc-compute:opendc-compute-api")
include(":opendc-compute:opendc-compute-core")
include(":opendc-compute:opendc-compute-simulator")
include(":opendc-workflows")