Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
chore(#0000): Update maven central to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Laing committed Jan 15, 2020
1 parent 3086123 commit 195fec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
repositories {
mavenLocal()
maven {
url = 'http://repo.maven.apache.org/maven2'
url = 'https://repo.maven.apache.org/maven2'
}
}

Expand Down

0 comments on commit 195fec8

Please sign in to comment.