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

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