Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessarily opening repo #70

Closed
shevek opened this issue Mar 18, 2019 · 1 comment
Closed

Unnecessarily opening repo #70

shevek opened this issue Mar 18, 2019 · 1 comment

Comments

@shevek
Copy link

shevek commented Mar 18, 2019

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?

@ajoberstar
Copy link
Owner

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.

ajoberstar added a commit that referenced this issue Feb 10, 2022
Fixes #60
Fixes #70
Fixes #79
Fixes #85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants