ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
187 stars 28 forks source link

doesn't work without manual plugin dep to grgit #62

Closed childnode closed 6 years ago

childnode commented 6 years ago

it's well ... undocumented ... that reckon is not working unless you add id 'org.ajoberstar.grgit' version '<version>' as in the example, else you just get No VCS found/configured. Version will be 'unspecified'.. https://github.com/ajoberstar/reckon/blob/980bb8db106b1ccac2f22e18becf53a0eb555bb9/reckon-gradle/src/main/java/org/ajoberstar/reckon/gradle/ReckonPlugin.java#L43

ajoberstar commented 6 years ago

Yep, this is a documentation hole. Thanks for catching. It will be part of my #58 updates.