going to rename
This commit is contained in:
parent
f7a7d73506
commit
bdbd079a14
11 changed files with 228 additions and 3 deletions
|
|
@ -19,5 +19,11 @@ dependencies {
|
|||
annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||
compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||
|
||||
// https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine
|
||||
implementation("com.github.ben-manes.caffeine:caffeine:3.2.4")
|
||||
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-velocity
|
||||
implementation("de.kentoj.scrow:kencommandapi-velocity")
|
||||
|
||||
implementation(project(":core-lib"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue