[nolist] fix maven repo URL

This commit is contained in:
ajgeiss0702
2022-08-27 17:41:10 -07:00
parent fb1e8cd475
commit 38536ad4c9
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ group = "us.ajg0702.queue.api"
repositories {
//mavenLocal()
maven { url = uri("https://repo.ajg0702.us") }
maven { url = uri("https://repo.ajg0702.us/releases/") }
mavenCentral()
}