diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-01 00:23:37 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-01 00:23:37 +0200 |
| commit | 0df646c2951e9950f27472fdf0cb2624303c2d74 (patch) | |
| tree | 0e8fed649af780a518afb8e60a7823d212da213f /simulator/opendc/opendc-workflows/build.gradle.kts | |
| parent | fcae560208df4860bc7461f955bf3b522b0e61c5 (diff) | |
Move custom Flows to separate utility module
This change moves the custom Flow object we provide (e.g. EventFlow and
StateFlow) outside of the odcsim-api module into a separate opendc-utils
module.
This is in preparation for the removal of the odcsim components in OpenDC.
Diffstat (limited to 'simulator/opendc/opendc-workflows/build.gradle.kts')
| -rw-r--r-- | simulator/opendc/opendc-workflows/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc/opendc-workflows/build.gradle.kts b/simulator/opendc/opendc-workflows/build.gradle.kts index 62c4bc25..f8a9a1f3 100644 --- a/simulator/opendc/opendc-workflows/build.gradle.kts +++ b/simulator/opendc/opendc-workflows/build.gradle.kts @@ -32,6 +32,7 @@ plugins { dependencies { api(project(":opendc:opendc-core")) api(project(":opendc:opendc-compute")) + implementation(project(":opendc:opendc-utils")) testImplementation(project(":opendc:opendc-simulator")) testImplementation(project(":opendc:opendc-format")) |
