diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-03 17:41:59 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-04 16:35:21 +0200 |
| commit | 136c1b9ddc7bd9331d3552d681e9190fc6198271 (patch) | |
| tree | 19a04e730d93969542f726084444b9e7f13a7b8d /simulator/opendc-runner-web/build.gradle.kts | |
| parent | c8567a567348e13c341bf1a1ec64ed34ce25815a (diff) | |
Migrate codebase to opendc-simulator-compute
This change updates the remainder of the codebase to use the
opendc-simulator-compute module for the simulation of workloads.
Diffstat (limited to 'simulator/opendc-runner-web/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-runner-web/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-runner-web/build.gradle.kts b/simulator/opendc-runner-web/build.gradle.kts index 594e8197..9e2c5277 100644 --- a/simulator/opendc-runner-web/build.gradle.kts +++ b/simulator/opendc-runner-web/build.gradle.kts @@ -38,6 +38,7 @@ dependencies { implementation(project(":opendc-format")) implementation(project(":opendc-experiments:opendc-experiments-sc20")) implementation(project(":opendc-simulator:opendc-simulator-core")) + implementation(project(":opendc-simulator:opendc-simulator-compute")) implementation("com.github.ajalt:clikt:2.8.0") implementation("io.github.microutils:kotlin-logging:1.7.10") |
