Citi / gradle-helm-plugin

A suite of Gradle Plugins for building, publishing and managing Helm Charts
https://citi.github.io/gradle-helm-plugin
MIT License
9 stars 6 forks source link

OverlappingFileLockException during multi project build #14

Closed magner669 closed 8 months ago

magner669 commented 11 months ago

When we run a multi project buiid the task helmUpdateRepositories is executed in parallel.

This is flaky especially when the repository index is large, because the index file is shared between all projects.

One possible solution is to avoid using the shared directory, use a project local directory.

kngk1 commented 8 months ago

Fixed via #19

imanushin commented 8 months ago

@kngk1, thank you.