We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9620baa commit c1efcf0Copy full SHA for c1efcf0
publish.gradle
@@ -13,7 +13,7 @@ build.dependsOn nativeLibraryJar
13
publishing {
14
repositories {
15
maven {
16
- url ('https://maven.photonvision.org/repository/' + (isDev ? 'snapshots' : 'internal'))
+ url ('https://maven.photonvision.org/' + (isDev ? 'snapshots' : 'releases'))
17
credentials {
18
username 'ghactions'
19
password System.getenv("ARTIFACTORY_API_KEY")
0 commit comments