summaryrefslogtreecommitdiff
path: root/opendc-web
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-02-18 14:53:12 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-02-18 14:53:12 +0100
commit77aaf078650c054ccbaf5f46a71ab218390a571e (patch)
treef876d3b0aaa5c23856a8473bb4534d2daccd8967 /opendc-web
parent0711d4c1d6afb41ca31afbf8bd6253921d57eeb4 (diff)
build: Remove opendc-platform module
This change removes the opendc-platform module from the project. This module represented a Java platform which was previously used for sharing a set of dependency versions between subprojects. However, with the version catalogue that was added by Gradle, we currently do not use the platform anymore.
Diffstat (limited to 'opendc-web')
-rw-r--r--opendc-web/opendc-web-runner/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-runner/build.gradle.kts b/opendc-web/opendc-web-runner/build.gradle.kts
index 810f512f..a73ca6b3 100644
--- a/opendc-web/opendc-web-runner/build.gradle.kts
+++ b/opendc-web/opendc-web-runner/build.gradle.kts
@@ -34,7 +34,6 @@ application {
}
dependencies {
- api(platform(projects.opendcPlatform))
implementation(projects.opendcCompute.opendcComputeSimulator)
implementation(projects.opendcCompute.opendcComputeWorkload)
implementation(projects.opendcSimulator.opendcSimulatorCore)