diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-04-16 09:29:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 09:29:53 +0200 |
| commit | fff89d25bd3c7b874e68261d21695c473c30ed7d (patch) | |
| tree | be368dd745e8119dbdefd9cd0b012c7ff9080a7a /settings.gradle.kts | |
| parent | a7b0afbb5b7059274962ade234a50240677008fd (diff) | |
Revamped the trace system. All TraceFormat files are now in the api m… (#216)
* 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
Diffstat (limited to 'settings.gradle.kts')
| -rw-r--r-- | settings.gradle.kts | 11 |
1 files changed, 2 insertions, 9 deletions
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") |
