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

dev/0.11
modmuss50 2016-08-16 19:21:20 +01:00
parent d358f461fe
commit fac5504644
1 changed files with 1 additions and 1 deletions

View File

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