mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
11 lines
223 B
Text
11 lines
223 B
Text
|
@file:Suppress("UnstableApiUsage")
|
||
|
|
||
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("libs") {
|
||
|
from(files("../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "build-logic"
|