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
@@ -6,6 +6,7 @@ plugins {
group = "us.ajg0702.queue.api"
repositories {
mavenLocal()
mavenCentral()
maven { url = uri("https://repo.ajg0702.us") }
@@ -16,7 +17,7 @@ dependencies {
implementation("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.6")
compileOnly("us.ajg0702:ajUtils:1.1.7")
}
publishing {