Skip to content

Commit

Permalink
Point to new maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 29, 2024
1 parent 2693ec0 commit 2b7036f
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 2b7036f

Please sign in to comment.