You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
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
When I use the plugin in a project
a) yet to be initialized with
git initorb) in a project initialized with
git initbut without an initial committhe plugin throws this null pointer exception (rather, groovy's equivalent):
> Cannot invoke method getObjectId() on null object