nielsbasjes commented on PR #152: URL: https://github.com/apache/maven-scm/pull/152#issuecomment-1192507002
@kwin / @michael-o : The build failed with ``` java.io.IOException: Could not delete file D:\a\maven-scm\maven-scm\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-jgit\target\scm-test\assertion-copy\.git\gc.log.lock ``` Seems like this is a (random) failure cause by jgit doing stuff in the background: https://www.eclipse.org/lists/jgit-dev/msg03370.html https://www.eclipse.org/lists/jgit-dev/msg03384.html Seems like we need to set `receive.autogc=false` to avoid these (random) problems. https://www.eclipse.org/lists/jgit-dev/msg03736.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org