Replace jcenter with MavenCentral (#554)

This commit is contained in:
sarah-e-c
2022-10-31 08:32:49 -04:00
committed by GitHub
parent b1280e49d5
commit 1412155c50

View File

@@ -11,7 +11,7 @@ plugins {
allprojects {
repositories {
jcenter()
mavenCentral()
maven { url = "https://maven.photonvision.org/repository/internal/" }
}
wpilibRepositories.addAllReleaseRepositories(it)