diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-31 14:58:05 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-31 15:00:21 +0100 |
| commit | 587a5af75d9adee5a3f765261931cd6e8ab6ff43 (patch) | |
| tree | 4a1883778b18a98a28913021cd80d26dd312abfa /opendc-simulator/opendc-simulator-compute/build.gradle.kts | |
| parent | 9528caf61c47680a6357631917bb00dedb11015c (diff) | |
refactor(sim/compute): Report exceptions in onStop as suppressed
This change updates the implementation of `SimMachineContext` to report
exceptions thrown in `onStop` as suppressed exceptions if an exception
caused the workload to stop.
Diffstat (limited to 'opendc-simulator/opendc-simulator-compute/build.gradle.kts')
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/opendc-simulator/opendc-simulator-compute/build.gradle.kts index f3f90bb6..0ea0c252 100644 --- a/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-compute/build.gradle.kts @@ -32,7 +32,6 @@ dependencies { api(projects.opendcSimulator.opendcSimulatorPower) api(projects.opendcSimulator.opendcSimulatorNetwork) implementation(projects.opendcSimulator.opendcSimulatorCore) - implementation(libs.kotlin.logging) testImplementation(libs.slf4j.simple) } |
