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

dependencyResolutionManagement {
	versionCatalogs {
		create("libs") {
			from(files("../gradle/libs.versions.toml"))
		}
	}
}