From 9adbb3d49899a87b3026c11cb4ba3ff77f4fb75b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 19 Aug 2023 02:31:57 +0200 Subject: chore: import VIATRA source Make our modifications more maintainable by editing the source code directly instead of using reflection. --- settings.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index 2b1c179d..cf31fc7e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,6 +17,13 @@ include( "store-query", "store-query-viatra", "store-reasoning", + "viatra-runtime", + "viatra-runtime-base", + "viatra-runtime-base-itc", + "viatra-runtime-localsearch", + "viatra-runtime-matchers", + "viatra-runtime-rete", + "viatra-runtime-rete-recipes", ) for (project in rootProject.children) { -- cgit v1.2.3-54-g00ecf