cadonna opened a new pull request #11554:
URL: https://github.com/apache/kafka/pull/11554


   A new version of JGit that is used by grgit that is used by gradle
   causes the following error:
   
   org/eclipse/jgit/storage/file/FileRepositoryBuilder has been compiled
   by a more recent version of the Java Runtime (class file version 55.0),
   this version of the Java Runtime only recognizes class file versions
   up to 52.0
   
   The reason is that version 6.0.0.202111291000-r of JGrit was compiled
   with a newer Java version than Java 8, probably Java 11.
   
   Decreasing the version of grgit in gradle to 4.0.2 from 4.1.0 fixes
   the issue.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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