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,8 +19,8 @@ dependencies {
|
|||
implementation(project(":cloud-annotations"))
|
||||
implementation(project(":cloud-minecraft-extras"))
|
||||
/* Extras */
|
||||
implementation("me.lucko", "commodore", versions["commodore"])
|
||||
implementation("net.kyori", "adventure-platform-bukkit", versions["adventure-platform"])
|
||||
implementation("me.lucko", "commodore", Versions.commodore)
|
||||
implementation("net.kyori", "adventure-platform-bukkit", Versions.adventurePlatform)
|
||||
/* Bukkit */
|
||||
compileOnly("org.bukkit", "bukkit", "1.8.8-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue