ijuma commented on pull request #11554:
URL: https://github.com/apache/kafka/pull/11554#issuecomment-982692332


   An alternative is to set the jgit version explicitly. Something like:
   
   ```java
       // Override jgit dependency used by grgit and spotless as we appear to 
auto resolve to 
       // 5.13.0.202109080827-r and the latest version requires java 9.
       // Requires force=true to be used in spotless as reported by ./gradlew 
buildEnvironment.
       classpath("org.eclipse.jgit:org.eclipse.jgit:$versions.jgit") { force = 
true }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to