more mitigate funky maven central timing out

This commit is contained in:
ajgeiss0702
2021-08-13 18:12:38 -07:00
parent ee6f7c42a4
commit 1ff3c8ef0e
7 changed files with 11 additions and 8 deletions
+1 -2
View File
@@ -8,10 +8,9 @@ group = "us.ajg0702.queue"
repositories {
//mavenLocal()
mavenCentral()
maven { url = uri("https://repo.ajg0702.us") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
mavenCentral()
}
dependencies {