This commit is contained in:
ajgeiss0702
2021-07-31 11:15:34 -07:00
parent 347baf072d
commit bf907855b3
8 changed files with 15 additions and 8 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ plugins {
group = "us.ajg0702.queue"
repositories {
mavenLocal()
mavenCentral()
maven { url = uri("https://repo.ajg0702.us") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
@@ -21,7 +22,7 @@ dependencies {
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.6")
compileOnly("us.ajg0702:ajUtils:1.1.7")
compileOnly("net.kyori:adventure-api:4.8.1")