Use http as gradle doesn’t like cloudflare's https

This commit is contained in:
modmuss50 2016-08-16 19:21:20 +01:00
parent d358f461fe
commit fac5504644

View file

@ -16,7 +16,7 @@ repositories {
mavenCentral()
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
url = "http://maven.fabricmc.net/"
}
maven {
name "Cuchaz"