aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-02-25 00:55:36 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-02-25 00:56:29 +0100
commit71372b4d57b1c51cd892aa07343c3dbc8de3e727 (patch)
treeae3fadaa0a2558dd4c7c0779e399435c7f30f5ba /settings.gradle
parentfeat: Dnf reduction and structural equality (diff)
downloadrefinery-71372b4d57b1c51cd892aa07343c3dbc8de3e727.tar.gz
refinery-71372b4d57b1c51cd892aa07343c3dbc8de3e727.tar.zst
refinery-71372b4d57b1c51cd892aa07343c3dbc8de3e727.zip
refactor: rename PartialInterpretation adapter
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 94a3c2e6..81bcb53b 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -7,9 +7,9 @@ include 'language-model'
7include 'language-semantics' 7include 'language-semantics'
8include 'language-web' 8include 'language-web'
9include 'store' 9include 'store'
10include 'store-partial'
11include 'store-query' 10include 'store-query'
12include 'store-query-viatra' 11include 'store-query-viatra'
12include 'store-reasoning'
13 13
14for (project in rootProject.children) { 14for (project in rootProject.children) {
15 def projectName = project.name 15 def projectName = project.name