Bug with gradle
SergeyMC9730 opened this issue ยท 3 comments
The build script relies on git metadata to determine the version to give to the built jar, so you need to clone the repository via git (e.g. git clone --recursive https://github.com/ReplayMod/ReplayMod.git
) and cannot use the Download ZIP
button (assuming that's what you did).
The build script relies on git metadata to determine the version to give to the built jar, so you need to clone the repository via git (e.g.
git clone --recursive https://github.com/ReplayMod/ReplayMod.git
) and cannot use theDownload ZIP
button (assuming that's what you did).
thank you for help