summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts11
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")