Skip to content

Commit

Permalink
wpilibsuite/dev-ops#3: Remove jcenter repo (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinShalit authored May 8, 2022
1 parent 05d0234 commit 81f8a04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ dependencies {
}

repositories {
jcenter()
maven {
url = 'https://frcmaven.wpi.edu/artifactory/ex-mvn'
}
}

wpilibVersioning.buildServerMode = project.hasProperty('buildServer')
Expand Down

0 comments on commit 81f8a04

Please sign in to comment.