[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:
Austin Shalit
2023-05-16 00:47:34 -07:00
committed by GitHub
parent 52bd5b972d
commit e909f2e687

View File

@@ -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) {