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
I am currently facing an issue related to a large .git folder in my project. The folder is about 3GB in size and the gradle configuration part takes more than 3 minutes when the versioning plugin has been applied in settings.gradle. Do you see any way to speed up this process from the plugin-side?
As far as I understand, this happens only if not on master branch. Probably related to jgit....
BR, Stephan
The text was updated successfully, but these errors were encountered:
I am not sure. I guess it would depend on what it is exactly trying to do. I haven't tested this with large repositories. Unfortunately I can't devote a lot of time to this plugin right now as I'm trying to finish up my PhD.
Thanks for the comment. I have updated jgit to the newest version in order to solve the issue but without any luck. All the best for your PhD and many thanks for your effort with the plugin.
I am currently facing an issue related to a large .git folder in my project. The folder is about 3GB in size and the gradle configuration part takes more than 3 minutes when the versioning plugin has been applied in settings.gradle. Do you see any way to speed up this process from the plugin-side?
As far as I understand, this happens only if not on master branch. Probably related to jgit....
BR, Stephan
The text was updated successfully, but these errors were encountered: