mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 23:08:30 +01: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"
|