mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
12 lines
264 B
Kotlin
12 lines
264 B
Kotlin
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
versionCatalogs {
|
|
register("libs") {
|
|
from(files("../gradle/libs.versions.toml")) // include from parent project
|
|
}
|
|
}
|
|
}
|