Clarence Dimitri CHARLES
Clarence Dimitri CHARLES
Hi same problem here, great correction. Did you propose a Pull request for this issue ? @schrek1
Hello @Geal I want to contribute the java client version. Any idea how to start?
Hi, I can also help with this issue
Hi @rohanKanojia I can help with this issue. :p
After some investigation, the method `GitUtil.getGitRepository` is called in 2 places : from `GItEnricher` (L 54) ```java try (Repository repository = GitUtil.getGitRepository(getContext().getProjectDirectory())) { ... } ``` and also from `BaseGenerator`...
Let me try this implementation