Added updater
This commit is contained in:
@@ -7,6 +7,7 @@ plugins {
|
||||
group = "us.ajg0702.queue"
|
||||
|
||||
repositories {
|
||||
//mavenLocal()
|
||||
maven { url = uri("https://repo.ajg0702.us") }
|
||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
|
||||
mavenCentral()
|
||||
@@ -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.10")
|
||||
implementation("us.ajg0702:ajUtils:1.1.16")
|
||||
|
||||
implementation(project(":platforms:velocity"))
|
||||
implementation(project(":platforms:bungeecord"))
|
||||
|
||||
Reference in New Issue
Block a user