This commit is contained in:
ajgeiss0702
2021-07-03 08:27:42 -07:00
parent c8562e0018
commit e10251048b
3 changed files with 51 additions and 1 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ repositories {
dependencies {
compileOnly("net.kyori:adventure-api:4.8.1")
compileOnly("com.google.guava:guava:30.1.1-jre")
implementation("us.ajg0702:ajQueue:")
implementation(project(":api"))
}
publishing {