We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b026c commit b26b908Copy full SHA for b26b908
buildSrc/src/main/kotlin/bluemap.base.gradle.kts
@@ -16,6 +16,12 @@ repositories {
16
content { includeGroup ("org.spigotmc") }
17
}
18
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
+
25
mavenCentral()
26
maven ("https://libraries.minecraft.net")
27
maven ( "https://maven.minecraftforge.net" )
0 commit comments