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 has been 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use the plugin in a project
a) yet to be initialized with
git init
orb) in a project initialized with
git init
but without an initial committhe plugin throws this null pointer exception (rather, groovy's equivalent):
> Cannot invoke method getObjectId() on null object
The text was updated successfully, but these errors were encountered: