Unable to compile, "No 'minecraft' dependency was specified!"
Sirbucket opened this issue ยท 6 comments
Version Information
Unable to get version number due to inability to compile but this is the most recent build.
Expected Behavior
Should compile
Actual Behavior
Won't compile
Reproduction Steps
Install the most recent build and run ./gradlew build and wait for it to fail with "No 'minecraft' dependency was specified!"
System Information
- Java Version: 14 Adoptjdk
- CPU: Ryzen 3 3300U
- GPU: Vega 3
Linux Mint 21.04
Other Information
https://scans.gradle.com/s/b3vhrrujcp4xk Gradle scan
I have no idea why it won't compile, your other mods don't have this issue, just sodium.
Probably, I think it's just something strange to my machine, I did your recommendation and it worked fine.
We don't specify it in the README because generally downloading a source tarball should just work (we actually have a fallback path in case the Git repository isn't available), but it's not really supported either way since it means your build will be missing metadata that makes debugging issues easier.
I just pulled a clean source tarball from GitHub and didn't have any issues building (even with the Git repository information missing) -- so the issue is likely specific to some kind of circumstance you've come across.