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

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