aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-reasoning/build.gradle
blob: cb440d9fd23723dffeab81be1f8fb167065de40f (plain) (blame)
1
2
3
4
5
6
7
plugins {
	id 'refinery-java-library'
}

dependencies {
	api project(':refinery-store-query')
}