aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-reasoning/build.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 /subprojects/store-reasoning/build.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 'subprojects/store-reasoning/build.gradle')
-rw-r--r--subprojects/store-reasoning/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/subprojects/store-reasoning/build.gradle b/subprojects/store-reasoning/build.gradle
new file mode 100644
index 00000000..cb440d9f
--- /dev/null
+++ b/subprojects/store-reasoning/build.gradle
@@ -0,0 +1,7 @@
1plugins {
2 id 'refinery-java-library'
3}
4
5dependencies {
6 api project(':refinery-store-query')
7}