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 --- settings.gradle.kts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 411bcab1..8553ad9f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -54,16 +54,9 @@ include(":opendc-simulator:opendc-simulator-power") include(":opendc-simulator:opendc-simulator-network") include(":opendc-simulator:opendc-simulator-compute") include(":opendc-trace:opendc-trace-api") -include(":opendc-trace:opendc-trace-testkit") -include(":opendc-trace:opendc-trace-gwf") -include(":opendc-trace:opendc-trace-swf") -include(":opendc-trace:opendc-trace-wtf") -include(":opendc-trace:opendc-trace-wfformat") -include(":opendc-trace:opendc-trace-bitbrains") -include(":opendc-trace:opendc-trace-azure") -include(":opendc-trace:opendc-trace-opendc") -include(":opendc-trace:opendc-trace-parquet") include(":opendc-trace:opendc-trace-calcite") +include(":opendc-trace:opendc-trace-parquet") +include(":opendc-trace:opendc-trace-testkit") include(":opendc-trace:opendc-trace-tools") enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") -- cgit v1.2.3