aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-query/build.gradle.kts
blob: 16dbd95da27527fd7328293bbcafce6058992787 (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)
}