Update dependencies fitting https pattern

This commit is contained in:
NotMyFault 2020-01-21 18:25:46 +01:00 committed by GitHub
parent edc81bc668
commit 0ba31ed56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,8 +101,8 @@ subprojects {
repositories {
mavenCentral()
maven { url = "http://maven.sk89q.com/repo/" }
maven { url = "http://repo.maven.apache.org/maven2" }
maven { url = "https://maven.enginehub.org/repo/" }
maven { url = "https://repo.maven.apache.org/maven2" }
maven { url = "https://jitpack.io" }
}