mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Make photon targeting respect snapshot repo (#309)
This commit is contained in:
@@ -6,11 +6,12 @@ def baseArtifactId = 'PhotonTargeting'
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://maven.photonvision.org/repository/internal'
|
||||
url ('https://maven.photonvision.org/repository/' + (isDev ? 'snapshots' : 'internal'))
|
||||
credentials {
|
||||
username 'ghactions'
|
||||
password System.getenv("ARTIFACTORY_API_KEY")
|
||||
}
|
||||
println("Publishing PhotonTargeting to " + url)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user