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") }
@@ -17,7 +18,7 @@ dependencies {
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("org.spongepowered:configurate-yaml:4.0.0")
implementation("us.ajg0702:ajUtils:1.1.6")
implementation("us.ajg0702:ajUtils:1.1.7")
implementation(project(":platforms:velocity"))
implementation(project(":platforms:bungeecord"))