Merge pull request #58 from notperry1234567890/patch-1

Forge maven link changed http to https
This commit is contained in:
noil 2021-04-07 20:27:18 -04:00 committed by GitHub
commit 710d98d2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
maven {
url = "http://files.minecraftforge.net/maven"
url = "https://files.minecraftforge.net/maven"
}
}