[build] Check Gradle plugin repo last to fix CI (#4711)

This commit is contained in:
Ryan Blue
2022-11-26 02:48:18 -05:00
committed by GitHub
parent 7ed9b13277
commit 7cda85df20
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
repositories {
maven {
url "https://plugins.gradle.org/m2/"
mavenLocal()
maven {
url = 'https://frcmaven.wpi.edu/artifactory/ex-gradle'
}
mavenCentral()
url "https://plugins.gradle.org/m2/"
}
}
dependencies {