Skip to content

Commit

Permalink
Update maven URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 29, 2024
1 parent 9620baa commit c1efcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build.dependsOn nativeLibraryJar
publishing {
repositories {
maven {
url ('https://maven.photonvision.org/repository/' + (isDev ? 'snapshots' : 'internal'))
url ('https://maven.photonvision.org/' + (isDev ? 'snapshots' : 'releases'))
credentials {
username 'ghactions'
password System.getenv("ARTIFACTORY_API_KEY")
Expand Down

0 comments on commit c1efcf0

Please sign in to comment.