mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Fix build on macOS (#619)
This commit is contained in:
parent
22b026c4e9
commit
b26b908992
@ -16,6 +16,12 @@ repositories {
|
||||
content { includeGroup ("org.spigotmc") }
|
||||
}
|
||||
|
||||
// lwjgl-freetype-3.3.3-natives-macos-patch.jar is not available on Maven
|
||||
// Central - pull it from the Minecraft library server instead.
|
||||
maven ("https://libraries.minecraft.net") {
|
||||
content { includeModule("org.lwjgl", "lwjgl-freetype") }
|
||||
}
|
||||
|
||||
mavenCentral()
|
||||
maven ("https://libraries.minecraft.net")
|
||||
maven ( "https://maven.minecraftforge.net" )
|
||||
|
Loading…
Reference in New Issue
Block a user