Use typesafe dependency accessors
This commit is contained in:
parent
3f0ef5715c
commit
9dc4e87fa8
19 changed files with 27 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
api(project(":cloud-brigadier"))
|
||||
api(project(":cloud-tasks"))
|
||||
api(projects.cloudCore)
|
||||
api(projects.cloudBrigadier)
|
||||
api(projects.cloudTasks)
|
||||
compileOnly("org.bukkit", "bukkit", Versions.bukkit)
|
||||
compileOnly("me.lucko", "commodore", Versions.commodore)
|
||||
compileOnly("org.jetbrains", "annotations", Versions.jetbrainsAnnotations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue