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

dependencies {
	api project(':refinery-store')
	testFixturesApi libs.hamcrest
}