Fix build on macOS (#619)

This commit is contained in:
Carey Metcalfe 2024-10-24 05:36:05 -04:00 committed by GitHub
parent 22b026c4e9
commit b26b908992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" )