aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-query/build.gradle.kts
blob: f5cbdebc42063d94e0c283c2b01fc34374cb3112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */

plugins {
	id("tools.refinery.gradle.java-library")
}

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