Change the forge repo

This commit is contained in:
Username404-59 2021-04-29 13:45:31 +02:00
parent 28dc945c1f
commit cad369b2d3
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pluginManagement {
repositories { repositories {
maven(url = "https://maven.fabricmc.net/") maven(url = "https://maven.fabricmc.net/")
maven(url = "https://maven.shedaniel.me/") maven(url = "https://maven.shedaniel.me/")
maven(url = "https://files.minecraftforge.net/maven/") maven(url = "https://maven.minecraftforge.net/")
gradlePluginPortal() gradlePluginPortal()
} }
} }