Skip to content

Commit b26b908

Browse files
authored
Fix build on macOS (#619)
1 parent 22b026c commit b26b908

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildSrc/src/main/kotlin/bluemap.base.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ repositories {
1616
content { includeGroup ("org.spigotmc") }
1717
}
1818

19+
// lwjgl-freetype-3.3.3-natives-macos-patch.jar is not available on Maven
20+
// Central - pull it from the Minecraft library server instead.
21+
maven ("https://libraries.minecraft.net") {
22+
content { includeModule("org.lwjgl", "lwjgl-freetype") }
23+
}
24+
1925
mavenCentral()
2026
maven ("https://libraries.minecraft.net")
2127
maven ( "https://maven.minecraftforge.net" )

0 commit comments

Comments
 (0)