MinecraftForge / Srg2Source

Applies source level refactors to java source code.
GNU Lesser General Public License v2.1
60 stars 32 forks source link

Build fails if no .git directory present #25

Closed UpcraftLP closed 5 years ago

UpcraftLP commented 5 years ago

when dowloading the repository files as zip file instead of properly cloning, there is no .git directory.

However, the buildscript relies on one being present, so building fails. See https://github.com/ajoberstar/grgit/issues/269 for a possible fix.

LexManos commented 5 years ago

There is no need for a fix. Clone the repo correctly.