1.19.x next branch fails to build
woot000 opened this issue ยท 5 comments
Building the 1.19.x/next branch with the command gradlew.bat build --no-daemon
on Windows 11 gives this error:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':remapJar'.
> Failed to check file from zip
It looks like the recent GitHub Actions builds are also failing to build with the same error message
Some of the recent commits appear to both further optimize processing and fix important bugs (this commit for example), and since they aren't in the latest release build I'd like to build Sodium for myself to take advantage of these changes.
run
components:gfx-opengl:build
beforebuild
, this should fix this issue
Thanks, though I think that step should be made a bit clearer on the readme, unless this is a temporary change
run
components:gfx-opengl:build
beforebuild
, this should fix this issueThanks, though I think that step should be made a bit clearer on the readme, unless this is a temporary change
idk, i just also tried to do it once, and from the error stacktrace understood that need to build that first