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

@@ -79,7 +79,7 @@ publishing {
repositories {
maven {
url ('https://maven.photonvision.org/repository/' + (isDev ? 'snapshots' : 'internal'))
url(photonMavenURL)
credentials {
username 'ghactions'
password System.getenv("ARTIFACTORY_API_KEY")

View File

@@ -77,7 +77,7 @@ model {
repositories {
maven {
url ('https://maven.photonvision.org/repository/' + (isDev ? 'snapshots' : 'internal'))
url(photonMavenURL)
credentials {
username 'ghactions'
password System.getenv("ARTIFACTORY_API_KEY")