-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not build mod #34
Comments
|
"download that repo and put it into x folder" is always a candidate for just registering it as a git submodule. That way you can automatically update it and manage its version from your versioning system and you also make it easier to set up the build environment. If you're interested I can create a PR for that. |
If you want but then we will face a problem with forge gradle config. And I don't know gradle enough for that. |
Well if it breaks a part of your workflow then it's probably not worth it. Thank you for the quick replies to both of my issues and for the fix. I'm currently running my "benchmark" again and will post the results in the other thread shortly. |
I cloned the repo, ran
git submodule init
(didn't do anything) and then./gradlew assemble
to build the mod. However I just got a bunch of stacktraces and warnings about missing dependencies. The mod was not built. How do I correctly build the mod?The relevant part of the output seems to be this:
Click to open output
https://pastebin.com/rZWugX2F
The text was updated successfully, but these errors were encountered: