You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/11/30 14:32:54 UTC

[GitHub] [kafka] ijuma commented on pull request #11554: HOTFIX: Decrease version of grgit to avoid unsupported version error

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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org