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
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