Skip to content

Commit

Permalink
Fix build on macOS (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps authored Oct 24, 2024
1 parent 22b026c commit b26b908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildSrc/src/main/kotlin/bluemap.base.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit b26b908

Please sign in to comment.