Use typesafe dependency accessors
This commit is contained in:
parent
3f0ef5715c
commit
9dc4e87fa8
19 changed files with 27 additions and 26 deletions
|
|
@ -1,5 +1,5 @@
|
|||
dependencies {
|
||||
implementation(project(":cloud-core"))
|
||||
implementation(projects.cloudCore)
|
||||
/* Needs to be provided by the platform */
|
||||
compileOnly("com.mojang", "brigadier", Versions.brigadier)
|
||||
testImplementation("com.mojang", "brigadier", Versions.brigadier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue