Skip to content

Commit

Permalink
Use https for WPILib maven (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg authored May 8, 2019
1 parent a781b36 commit 11bdb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ javaSubprojects {
jcenter()
maven {
name = "WPILib Maven Release"
setUrl("http://first.wpi.edu/FRC/roborio/maven/release")
setUrl("https://first.wpi.edu/FRC/roborio/maven/release")
}
maven {
name = "rosjava Maven"
Expand Down

0 comments on commit 11bdb8e

Please sign in to comment.