Skip to content

Commit

Permalink
Use HTTPS for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
licaon-kter authored and moezbhatti committed Dec 9, 2019
1 parent 2927d4d commit af2f694
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 @@ -59,7 +59,7 @@ allprojects {
maven { url 'https://maven.google.com' }
maven {
name 'glide-snapshot'
url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
mavenCentral()
}
Expand Down

0 comments on commit af2f694

Please sign in to comment.