From fff89d25bd3c7b874e68261d21695c473c30ed7d Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 16 Apr 2024 09:29:53 +0200 Subject: =?UTF-8?q?Revamped=20the=20trace=20system.=20All=20TraceFormat=20?= =?UTF-8?q?files=20are=20now=20in=20the=20api=20m=E2=80=A6=20(#216)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revamped the trace system. All TraceFormat files are now in the api module. This fixes some problems with not being able to use types of traces * applied spotless --- opendc-experiments/opendc-experiments-base/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-experiments/opendc-experiments-base') diff --git a/opendc-experiments/opendc-experiments-base/build.gradle.kts b/opendc-experiments/opendc-experiments-base/build.gradle.kts index d7d8f235..07d207a3 100644 --- a/opendc-experiments/opendc-experiments-base/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-base/build.gradle.kts @@ -42,7 +42,6 @@ dependencies { implementation(project(mapOf("path" to ":opendc-simulator:opendc-simulator-core"))) implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-topology"))) - runtimeOnly(projects.opendcTrace.opendcTraceOpendc) runtimeOnly(libs.log4j.core) runtimeOnly(libs.log4j.slf4j) } -- cgit v1.2.3