Remove forge-repo since apparently it is not needed here and creates problems

This commit is contained in:
Blue (Lukas Rieger) 2021-04-24 22:29:17 +02:00
parent 5095f0df41
commit fbb4945e9d
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800

View File

@ -19,15 +19,12 @@ allprojects {
name 'CodeMC'
url 'https://repo.codemc.org/repository/maven-public/'
}
maven {
url = 'https://files.minecraftforge.net/maven/'
}
maven {
url "https://libraries.minecraft.net"
}
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
name 'Fabric'
url 'https://maven.fabricmc.net/'
}
}