example-velocity: Run on Velocity 3, fix decorator
This commit is contained in:
parent
4b9c94279e
commit
c16ee8049b
3 changed files with 15 additions and 6 deletions
|
|
@ -70,7 +70,16 @@ repositories {
|
|||
sonatypeSnapshots()
|
||||
/* Velocity, used for cloud-velocity */
|
||||
maven("https://nexus.velocitypowered.com/repository/velocity-artifacts-release/") {
|
||||
mavenContent { releasesOnly() }
|
||||
mavenContent {
|
||||
releasesOnly()
|
||||
includeGroup("com.velocitypowered")
|
||||
}
|
||||
}
|
||||
maven("https://nexus.velocitypowered.com/repository/velocity-artifacts-snapshots/") {
|
||||
mavenContent {
|
||||
snapshotsOnly()
|
||||
includeGroup("com.velocitypowered")
|
||||
}
|
||||
}
|
||||
/* The Minecraft repository, used for cloud-brigadier */
|
||||
maven("https://libraries.minecraft.net/") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue