mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-12-09 07:01:19 +08:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
versionCatalogs {
|
|
register("libs") {
|
|
from(files("../gradle/libs.versions.toml")) // include from parent project
|
|
}
|
|
}
|
|
}
|