cannot compile mod
ProxyPlayerHD opened this issue ยท 15 comments
why do we even have to compile it ourself, is there no normal download?
first i tired to run "gradlew setupCIWorkspace" which worked and was done after 20 sec. then i ran "gradlew build" which almost instantly failed. https://pastebin.com/ZqhLPAH1
Try to clone project via Git instead of downloading a .zip or init Git in a directory.
Normal downloads located here: https://discord.gg/gBUm6Z
It means run command git -clone https://github.com/OpenCubicChunks/CubicChunks.git
run it where? CMD?
i have never used any of these features. so don't exptect me to know how it works.
You need to install Git first. And probably yes, in CMD. I'm using Ubuntu so I'm not sure.
ok i'm still missing something, it doesn't recognize the "-clone" option
E:\Git>git -clone https://github.com/OpenCubicChunks/CubicChunks.git
unknown option: -clone
usage: git [--version] [--help] [-C ] [-c =]
[--exec-path[=]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=] [--work-tree=] [--namespace=]
[]
E:\Git>
git clone https://github.com/OpenCubicChunks/CubicChunks.git
. Or just join our discord for all the download links you may ever want.
same error.
is there some one time thing i have to run before i can do this?
And the real reason it failed is that you don't have JDK installed, only JRE. If you had JDK installed, it would compile successfully, and put some dummy version numbers because it couldn't determine the version without git repository.