summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-compute/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-09-28 15:51:05 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-03 17:35:58 +0200
commitc453e27abe54221f76648bc91edadb2efcd1ec07 (patch)
tree2eb75de390dc735519c6d29bf2a6d50694436d26 /opendc-experiments/opendc-experiments-compute/build.gradle.kts
parent115e37984624a409bc1ad4f54bf10c9537183390 (diff)
feat(exp/workflow): Add provisioning step for workflow service
This change adds a new module `opendc-experiments-workflow` that provides provisioner implementations for experiments to use for setting up and using the workflow engine in OpenDC.
Diffstat (limited to 'opendc-experiments/opendc-experiments-compute/build.gradle.kts')
-rw-r--r--opendc-experiments/opendc-experiments-compute/build.gradle.kts3
1 files changed, 1 insertions, 2 deletions
diff --git a/opendc-experiments/opendc-experiments-compute/build.gradle.kts b/opendc-experiments/opendc-experiments-compute/build.gradle.kts
index a4ea0b02..70f16199 100644
--- a/opendc-experiments/opendc-experiments-compute/build.gradle.kts
+++ b/opendc-experiments/opendc-experiments-compute/build.gradle.kts
@@ -31,6 +31,5 @@ plugins {
dependencies {
api(projects.opendcExperiments.opendcExperimentsBase)
-
- implementation(projects.opendcCompute.opendcComputeWorkload)
+ api(projects.opendcCompute.opendcComputeWorkload)
}