summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-05 12:23:25 +0200
committerGitHub <noreply@github.com>2021-05-05 12:23:25 +0200
commite1d892bcbaa7e8361c150f684ca6a0dc5e036a87 (patch)
tree99742afbc3cd762ec527f5a6c7e31ee245ee0385 /gradle.properties
parente021d46ab1601d0c3a00724358164483608f6297 (diff)
parent7fdfe48439f33abec8aa63fc4ab36fd687d59a43 (diff)
harness: Improve OpenDC Experiment Harness (v1)
This pull request contains several improvements to the OpenDC Experiment Harness, which aims to improve user-experience of users when re-running experiments in the repository. * Split the harness into separate modules * Add support for adding additional classpath entries when running experiments via the console * Initial support for configuration of experiments using HOCON.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index cbe19a08..20f4b711 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -47,6 +47,7 @@ hadoop-client.version = 3.2.1
sentry-log4j2.version = 4.2.0
mongodb-driver-sync.version = 4.2.1
classgraph.version = 4.8.102
+config.version = 1.4.1
# Dependencies (Testing)
junit-jupiter.version = 5.7.1