Update maven URL to reposilite (#1330)

Also bumps to new builds of artifacts (NFC)
This commit is contained in:
Matt
2024-05-29 12:29:08 -05:00
committed by GitHub
parent 9eae7a4431
commit fcca858a37
6 changed files with 15 additions and 209 deletions

View File

@@ -8,7 +8,7 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
maven { url = "https://maven.photonvision.org/repository/internal/" }
maven { url = "https://maven.photonvision.org/releases" }
}
}