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

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