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

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