Use http as gradle doesn’t like cloudflare's https
This commit is contained in:
parent
d358f461fe
commit
fac5504644
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ repositories {
|
|||
mavenCentral()
|
||||
maven {
|
||||
name = "Fabric"
|
||||
url = "https://maven.fabricmc.net/"
|
||||
url = "http://maven.fabricmc.net/"
|
||||
}
|
||||
maven {
|
||||
name "Cuchaz"
|
||||
|
|
Loading…
Reference in a new issue