0
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2024-11-13 14:29:20 +00:00
Geyser/build-logic/settings.gradle.kts

12 lines
224 B
Plaintext

@file:Suppress("UnstableApiUsage")
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
rootProject.name = "build-logic"