🧹 Clean up the gradle build scripts a little
Changes: - Move all dependency versions to a shared file - Order the projects in settings.gradle
This commit is contained in:
parent
f3abbf5958
commit
d6ccc1d59b
13 changed files with 87 additions and 57 deletions
|
|
@ -2,6 +2,6 @@ dependencies {
|
|||
api project(':cloud-core')
|
||||
api project(':cloud-brigadier')
|
||||
api project(':cloud-tasks')
|
||||
compileOnly 'org.bukkit:bukkit:1.13.2-R0.1-SNAPSHOT'
|
||||
compileOnly 'me.lucko:commodore:1.9'
|
||||
compileOnly "org.bukkit:bukkit:${vers['bukkit']}"
|
||||
compileOnly "me.lucko:commodore:${vers['commodore']}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue