diff --git a/settings.gradle b/settings.gradle index 03e06fde3d..6ae1063e89 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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) {