[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
@@ -13,7 +13,7 @@ repositories {
maven { url = uri("https://repo.codemc.io/repository/nms/") }
maven { url = uri("https://repo.ajg0702.us") }
maven { url = uri("https://repo.ajg0702.us/releases/") }
mavenCentral()
}