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-trace/opendc-trace-calcite/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-trace/opendc-trace-calcite') diff --git a/opendc-trace/opendc-trace-calcite/build.gradle.kts b/opendc-trace/opendc-trace-calcite/build.gradle.kts index 848e00da..433c2a35 100644 --- a/opendc-trace/opendc-trace-calcite/build.gradle.kts +++ b/opendc-trace/opendc-trace-calcite/build.gradle.kts @@ -32,6 +32,5 @@ dependencies { api(libs.calcite.core) - testRuntimeOnly(projects.opendcTrace.opendcTraceOpendc) testRuntimeOnly(libs.slf4j.simple) } -- cgit v1.2.3