Use HTTPS for Maven

pull/98/head
Licaon_Kter 5 years ago committed by GitHub
parent 8422892708
commit d265c768d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ allprojects {
jcenter()
mavenCentral()
maven() {
url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
google()
}

Loading…
Cancel
Save