Ambassador/settings.gradle.kts
2022-12-27 17:59:18 -05:00

7 lines
289 B
Plaintext

rootProject.name = "Ambassador"
includeBuild("Velocity") {
dependencySubstitution {
substitute(module("com.velocitypowered:velocity-api")).using(project(":velocity-api"))
substitute(module("com.velocitypowered:velocity-proxy")).using(project(":velocity-proxy"))
}
}