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
|
|
@ -19,7 +19,7 @@ dependencies {
|
|||
implementation(project(":cloud-annotations"))
|
||||
implementation(project(":cloud-minecraft-extras"))
|
||||
/* Extras */
|
||||
implementation("net.kyori", "adventure-platform-bungeecord", versions["adventure-platform"])
|
||||
implementation("net.kyori", "adventure-platform-bungeecord", Versions.adventurePlatform)
|
||||
/* Bungee*/
|
||||
compileOnly("net.md-5", "bungeecord-api", "1.8-SNAPSHOT")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue