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

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

dependencies {
	testFixturesApi(libs.hamcrest)
}