This commit is contained in:
ajgeiss0702
2021-07-05 20:32:23 -07:00
parent e10251048b
commit 726bb42bc8
13 changed files with 527 additions and 12 deletions
+2
View File
@@ -7,11 +7,13 @@ group = "us.ajg0702.queue.api"
repositories {
mavenCentral()
maven { url = uri("https://repo.ajg0702.us") }
}
dependencies {
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.4")
implementation(project(":api"))
}