mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Update gradle cache repo name (#5334)
Artifactory now does not allow repos that end in -cache. Update virtual repo naming to track this new limitation
This commit is contained in:
@@ -66,7 +66,7 @@ buildCache {
|
||||
enabled = !System.getenv().containsKey("CI")
|
||||
}
|
||||
remote(HttpBuildCache) {
|
||||
url = "https://frcmaven.wpi.edu/artifactory/wpilib-generic-gradle-cache/"
|
||||
url = "https://frcmaven.wpi.edu/artifactory/wpilib-generic-gradlecache/"
|
||||
String user = cred('ARTIFACTORY_PUBLISH_USERNAME')
|
||||
String pass = cred('ARTIFACTORY_PUBLISH_PASSWORD')
|
||||
if (user && pass) {
|
||||
|
||||
Reference in New Issue
Block a user