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
Download the latest version of dh from the modrinth
the latest version is 2.1.0 (not rc2)
Theres a problem with Vanillagradle, devs are working on fixing this
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:
in coreSubProjects\core\build.gradle
, starting from line 34: