aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/generator/build.gradle.kts
blob: f1a4ed54ab617c5bbdeee9e801179d5caea5d451 (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"))
	implementation(project(":refinery-store-query-interpreter"))
	implementation(project(":refinery-store-reasoning-scope"))
}