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
When I ran gradle -i with a build which uses gitPublish, I see the following log message at the end of the build:
Closing Git publish repo: /path/to/repo
This is despite NOT asking for the execution of any task which touched the gitPublish task or repo. Is this a potential performance issue on large builds?
The text was updated successfully, but these errors were encountered:
I think this is a symptom of using grgit rather than gradle-git-publish itself. I think it would require a change there to delay opening a git repo until you meant to use one.
When I ran gradle -i with a build which uses gitPublish, I see the following log message at the end of the build:
This is despite NOT asking for the execution of any task which touched the gitPublish task or repo. Is this a potential performance issue on large builds?
The text was updated successfully, but these errors were encountered: