Aurimas Liutikas | 7786ae1 | 2021-09-28 08:57:15 -0700 | [diff] [blame] | 1 | pluginManagement { |
2 | repositories { | ||||
3 | // Prefer mavenCentral as that has signed artifacts | ||||
4 | mavenCentral() | ||||
5 | gradlePluginPortal() | ||||
6 | } | ||||
Aurimas Liutikas | 983d671 | 2022-02-17 16:36:49 -0800 | [diff] [blame] | 7 | } |
8 | |||||
9 | dependencyResolutionManagement { | ||||
10 | versionCatalogs { | ||||
11 | create("libs") { | ||||
12 | from(files("../gradle/libs.versions.toml")) | ||||
13 | } | ||||
14 | } | ||||
Aurimas Liutikas | 7786ae1 | 2021-09-28 08:57:15 -0700 | [diff] [blame] | 15 | } |