[build] Use artifactory mirror (#4220)

This commit is contained in:
Austin Shalit
2022-05-08 13:59:58 -07:00
committed by GitHub
parent d673ead481
commit f0c821282a
7 changed files with 24 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven {
url = 'https://frcmaven.wpi.edu/artifactory/ex-gradle'
}
}
}