mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-03 22:21:28 +01:00
Remove forge-repo since apparently it is not needed here and creates problems
This commit is contained in:
parent
5095f0df41
commit
fbb4945e9d
@ -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/'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user