vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
85 stars 32 forks source link

Very slow gradle configuration with large git folder #117

Open McRender opened 3 years ago

McRender commented 3 years ago

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

vivin commented 3 years ago

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.

McRender commented 3 years ago

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.