Skip to content
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

Downloaded source, ran refresh dependencies, got an error #230

Open
Flypaste opened this issue Feb 12, 2020 · 1 comment
Open

Downloaded source, ran refresh dependencies, got an error #230

Flypaste opened this issue Feb 12, 2020 · 1 comment

Comments

@Flypaste
Copy link

Flypaste commented Feb 12, 2020

I wanted to edit HO to do something differently in 1.12, but when I downloaded the source and ran gradlew setupDecompWorkspace --refresh-dependencies it gave me this error:

"A problem occured when evaluating root project HungerOverhaul-1.12 in file HungerOverhaul-1.12\build.gradle: line 60. Cannot run program "git": Createprocess Error=2, cannot find the file specified."

@progwml6
Copy link
Owner

you must have git installed to develop for most of my mods.

alternatively, you can replace this https://github.com/progwml6/HungerOverhaul/blob/1.12/build.gradle#L59-L66 with
ext.revision = "GITBORK"

if you are trying to PR enhancements, please do not accidentally include that build.gradle tweak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants