mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Use http as gradle doesn’t like cloudflare's https
This commit is contained in:
@@ -16,7 +16,7 @@ repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "Fabric"
|
||||
url = "https://maven.fabricmc.net/"
|
||||
url = "http://maven.fabricmc.net/"
|
||||
}
|
||||
maven {
|
||||
name "Cuchaz"
|
||||
|
||||
Reference in New Issue
Block a user