This commit is contained in:
ajgeiss0702
2021-07-09 18:24:54 -07:00
parent 61e91587a6
commit 7a6d97229a
19 changed files with 351 additions and 15 deletions
+4
View File
@@ -7,11 +7,15 @@ group = "us.ajg0702.queue.api"
repositories {
mavenCentral()
maven { url = uri("https://repo.ajg0702.us") }
}
dependencies {
implementation("net.kyori:adventure-api:4.8.1")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.6")
}
publishing {