gradle-gitsemver
gradle-gitsemver copied to clipboard
Plugin throws NPE for uninitialized (git) project
When I use the plugin in a project
a) yet to be initialized with git init or
b) in a project initialized with git init but without an initial commit
the plugin throws this null pointer exception (rather, groovy's equivalent):
> Cannot invoke method getObjectId() on null object