google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
578 stars 174 forks source link

Building with bazel fails with `reason: '<>' with anonymous inner classes is not supported in -source 8` #256

Closed DUOLabs333 closed 2 years ago

DUOLabs333 commented 2 years ago

I'm trying to build gitiles with bazel, but it fails with the above message. This seems to be because jgit is being built with Java 11, which is quite old.