From dfbca195cbe1d6c4eebe7ccd4cc707c84ac43e79 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 5 Mar 2021 16:48:59 +0100 Subject: 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. --- simulator/settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'simulator/settings.gradle.kts') 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") -- cgit v1.2.3