summaryrefslogtreecommitdiff
path: root/odcsim/odcsim-engine-tests
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 /odcsim/odcsim-engine-tests
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 'odcsim/odcsim-engine-tests')
-rw-r--r--odcsim/odcsim-engine-tests/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/odcsim/odcsim-engine-tests/build.gradle.kts b/odcsim/odcsim-engine-tests/build.gradle.kts
index 9e4931b7..e68070cc 100644
--- a/odcsim/odcsim-engine-tests/build.gradle.kts
+++ b/odcsim/odcsim-engine-tests/build.gradle.kts
@@ -35,7 +35,7 @@ repositories {
}
dependencies {
- api(project(":odcsim:odcsim-core"))
+ api(project(":odcsim:odcsim-api"))
implementation(kotlin("stdlib"))
implementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")