aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/interpreter-localsearch/build.gradle.kts
blob: dae92c6ccdbd1b4f96565eba9b29b1c20470b702 (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.interpreter-library")
}

dependencies {
	implementation(project(":refinery-interpreter"))
	implementation(libs.slf4j.log4j)
}