From 77aaf078650c054ccbaf5f46a71ab218390a571e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 18 Feb 2022 14:53:12 +0100 Subject: 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. --- opendc-common/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-common') diff --git a/opendc-common/build.gradle.kts b/opendc-common/build.gradle.kts index 67441e93..fda4ffd5 100644 --- a/opendc-common/build.gradle.kts +++ b/opendc-common/build.gradle.kts @@ -30,7 +30,6 @@ plugins { } dependencies { - api(platform(projects.opendcPlatform)) api(libs.kotlinx.coroutines) testImplementation(projects.opendcSimulator.opendcSimulatorCore) -- cgit v1.2.3