Skip to content

Commit c1efcf0

Browse files
committed
Update maven URL
1 parent 9620baa commit c1efcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build.dependsOn nativeLibraryJar
1313
publishing {
1414
repositories {
1515
maven {
16-
url ('https://maven.photonvision.org/repository/' + (isDev ? 'snapshots' : 'internal'))
16+
url ('https://maven.photonvision.org/' + (isDev ? 'snapshots' : 'releases'))
1717
credentials {
1818
username 'ghactions'
1919
password System.getenv("ARTIFACTORY_API_KEY")

0 commit comments

Comments
 (0)