mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Output in the absence of git #797

Closed rkotkiewicz closed 5 years ago

rkotkiewicz commented 5 years ago

If the PATH variable does not contain git, then after running the command ./gradlew initShipkit you get:

...
Task :identifyGitOrigin
  Executing:
    git remote get-url origin
  Problems getting url of git remote origin (run with -i or -d for more info).
  Using fallback 'unspecified-user/unspecified-repo' instead.
  Please update it in the shipkit file.
...

I think that the message should contain information about the lack of git.