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
+2 -1
View File
@@ -5,9 +5,10 @@ plugins {
}
repositories {
mavenCentral()
maven { url = uri("https://repo.ajg0702.us") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
mavenCentral()
}
allprojects {