Use typesafe dependency accessors

This commit is contained in:
Jason Penilla 2021-11-15 16:53:36 -08:00 committed by Jason
parent 3f0ef5715c
commit 9dc4e87fa8
19 changed files with 27 additions and 26 deletions

View file

@ -1,5 +1,5 @@
dependencies {
api(project(":cloud-core"))
api(project(":cloud-brigadier"))
api(projects.cloudCore)
api(projects.cloudBrigadier)
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
}