0
0
mirror of https://github.com/PaperMC/Velocity.git synced 2024-11-23 14:56:13 +00:00
Velocity/build-logic/settings.gradle.kts
2023-10-27 16:03:15 -04:00

16 lines
334 B
Plaintext

@file:Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
versionCatalogs {
register("libs") {
from(files("../gradle/libs.versions.toml")) // include from parent project
}
}
}
rootProject.name = "build-logic"