Move settings.gradle to kotlin
This commit is contained in:
parent
a9198739ec
commit
a8a33aef88
|
|
@ -1,7 +0,0 @@
|
||||||
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')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
7
settings.gradle.kts
Normal file
7
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
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"))
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user