aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-19 03:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-19 03:14:50 +0200
commitd48a3d35bdcc6dcb15730e8daddfeec737df38b9 (patch)
tree56c1a6fe443767892b9508285ad66f73ec0dd91a /settings.gradle.kts
parentrefactor: remove unused VIATRA code (diff)
downloadrefinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.tar.gz
refinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.tar.zst
refinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.zip
refactor: merge VIATRA subprojects
Since we remove EMF dependencies, there is no point to maintaining a base index separate from the rest of the runtime.
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index e9eec388..15aa7a58 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -18,9 +18,7 @@ include(
18 "store-query-viatra", 18 "store-query-viatra",
19 "store-reasoning", 19 "store-reasoning",
20 "viatra-runtime", 20 "viatra-runtime",
21 "viatra-runtime-base-itc",
22 "viatra-runtime-localsearch", 21 "viatra-runtime-localsearch",
23 "viatra-runtime-matchers",
24 "viatra-runtime-rete", 22 "viatra-runtime-rete",
25 "viatra-runtime-rete-recipes", 23 "viatra-runtime-rete-recipes",
26) 24)