Ambassador/settings.gradle
2022-08-13 00:42:44 +02:00

7 lines
285 B
Groovy

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')
}
}