Use an Object with fields instead of a Map for dependency versions
This commit is contained in:
parent
f1e467038c
commit
b848070d57
17 changed files with 59 additions and 55 deletions
|
|
@ -17,6 +17,6 @@ dependencies {
|
|||
api(project(":cloud-velocity"))
|
||||
api(project(":cloud-minecraft-extras"))
|
||||
api(project(":cloud-annotations"))
|
||||
compileOnly("com.velocitypowered:velocity-api:1.1.0")
|
||||
annotationProcessor("com.velocitypowered:velocity-api:1.1.0")
|
||||
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
||||
annotationProcessor("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue