summaryrefslogtreecommitdiff
path: root/opendc-demo
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-21 18:01:20 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-21 18:01:20 +0100
commitdaad473975cc3e6eba0536d5a8fe750cf8b2fa7d (patch)
treef4496fcef64999005d55b5276a7a621496a8f1ad /opendc-demo
parentf5da60e4275ca1172128c3994298691e12d5e1f8 (diff)
feat: removed the Config classHEADmaster
Diffstat (limited to 'opendc-demo')
-rw-r--r--opendc-demo/build.gradle.kts6
1 files changed, 4 insertions, 2 deletions
diff --git a/opendc-demo/build.gradle.kts b/opendc-demo/build.gradle.kts
index d5a84120..7512211a 100644
--- a/opendc-demo/build.gradle.kts
+++ b/opendc-demo/build.gradle.kts
@@ -25,8 +25,10 @@ description = "Demo for the OpenDC digital twin"
plugins {
`kotlin-library-conventions`
+ kotlin("plugin.serialization") version "1.9.22"
}
-dependencies {
- implementation(project(mapOf("path" to "::opendc-compute:opendc-compute-simulator")))
+repositories {
+ mavenCentral()
+ maven(url = "https://packages.confluent.io/maven/")
}