mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
|
||
|
// use version-catalog from root project
|
||
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
register("libs") {
|
||
|
from(files("../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|