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

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

dependencies {
	api(project(":refinery-language-semantics"))
	api(libs.eclipseCollections.api)
	implementation(project(":refinery-store-query-interpreter"))
}