diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-14 19:11:35 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-14 19:11:35 +0100 |
| commit | 04e4bddccc4e06a126f3c6ee2878502323c7116e (patch) | |
| tree | 716253f4c03cf8dc6754430a5f63d0a57061d795 /opendc/opendc-workflows/build.gradle.kts | |
| parent | cd293b79ef2066ffcb605b9c625d6ab0a9af1d16 (diff) | |
| parent | b13ba01e967e1a281d58b37cb57986b47ec99dd8 (diff) | |
Merge branch 'feat/cpu-sharing' into 'feat/2.x'
Add basis for VM modeling and fractional space-sharing
See merge request opendc/opendc-simulator!23
Diffstat (limited to 'opendc/opendc-workflows/build.gradle.kts')
| -rw-r--r-- | opendc/opendc-workflows/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/opendc-workflows/build.gradle.kts b/opendc/opendc-workflows/build.gradle.kts index 6aa044e8..08455368 100644 --- a/opendc/opendc-workflows/build.gradle.kts +++ b/opendc/opendc-workflows/build.gradle.kts @@ -31,6 +31,7 @@ plugins { dependencies { api(project(":opendc:opendc-core")) + api(project(":opendc:opendc-compute")) implementation(kotlin("stdlib")) testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") |
