Nightly Build Issue?

Is anyone able to build the nightly build from gitlab? I am getting: Could not determine the dependencies of task ':common:shadowJar'.
Could not resolve all dependencies for configuration ':common:shadowMe'. Could not find org.lwjgl:lwjgl-jawt:3.3.1.
Searched in the following locations: - https://libraries.minecraft.net/org/lwjgl/lwjgl-jawt/3.3.1/lwjgl-jawt-3.3.1.pom Required by: project :common When visiting that page it is looking for the resource on, it says the specified blob doesn't exist. Is this just a problem with the minecraft website right now?
3 Replies
That Guy
That Guy3mo ago
Download the latest version of dh from the modrinth the latest version is 2.1.0 (not rc2)
majo24
majo243mo ago
Theres a problem with Vanillagradle, devs are working on fixing this
KabanFriends
KabanFriends3mo ago
If you really want to compile the mod for 1.21, you can manually provide lwjgl-jawt jar Put a jar of lwjgl-jawt somewhere in the repository and then in build.gradle, starting from line 224:
- forgeShadowMe("org.lwjgl:lwjgl-jawt:${rootProject.lwjgl_version}") {
+ forgeShadowMe files("libs/lwjgl-jawt-3.3.1.jar")/* {
exclude group: "org.lwjgl", module: "lwjgl" // This module is imported by Minecraft so exclude it
- }
+ }*/
- forgeShadowMe("org.lwjgl:lwjgl-jawt:${rootProject.lwjgl_version}") {
+ forgeShadowMe files("libs/lwjgl-jawt-3.3.1.jar")/* {
exclude group: "org.lwjgl", module: "lwjgl" // This module is imported by Minecraft so exclude it
- }
+ }*/
in coreSubProjects\core\build.gradle, starting from line 34:
implementation "org.lwjgl:lwjgl-tinyfd"
+ implementation "org.lwjgl:lwjgl-jawt"
runtimeOnly "org.lwjgl:lwjgl::$lwjglNatives"
implementation "org.lwjgl:lwjgl-tinyfd"
+ implementation "org.lwjgl:lwjgl-jawt"
runtimeOnly "org.lwjgl:lwjgl::$lwjglNatives"
Want results from more Discord servers?
Add your server