aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 075faa7c..49eec202 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -15,6 +15,7 @@ include(
15 "language-web", 15 "language-web",
16 "store", 16 "store",
17 "store-dse", 17 "store-dse",
18 "store-dse-visualization",
18 "store-query", 19 "store-query",
19 "store-query-viatra", 20 "store-query-viatra",
20 "store-reasoning", 21 "store-reasoning",
@@ -23,7 +24,6 @@ include(
23 "viatra-runtime-localsearch", 24 "viatra-runtime-localsearch",
24 "viatra-runtime-rete", 25 "viatra-runtime-rete",
25 "viatra-runtime-rete-recipes", 26 "viatra-runtime-rete-recipes",
26 "visualization",
27) 27)
28 28
29for (project in rootProject.children) { 29for (project in rootProject.children) {