summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2019-11-29 16:05:09 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2019-11-29 16:05:09 +0100
commitce952cf3f27c154e06cfa56ca1ad7db9ba3eac7c (patch)
tree8203f7ba7ae829ed19e23d89950b6a1bf2bde2f8 /settings.gradle.kts
parente6b6416e3d78178701ff5246141d3418967976fd (diff)
refactor: Rename odcsim-core to odcsim-api
This change renames the main module of the odcsim library to odcsim-api, since it mainly contains the interfaces to be used by consumers of the API and implemented by the various frameworks.
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 5abdd4ab..7ed98cf2 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -23,6 +23,6 @@
*/
rootProject.name = "opendc-simulator"
-include(":odcsim:odcsim-core")
+include(":odcsim:odcsim-api")
include(":odcsim:odcsim-engine-tests")
include(":odcsim:odcsim-engine-omega")