https://cerbos.dev logo
#help
Title
h

Holash Chand

07/03/2023, 5:28 AM
Hey, I am trying to use Cerbos java sdk in one of my projects. But I have a constraint to use java 8 in there only. It is giving me error: class compiled with java 55 but using java 52 Can someone help me how can I use Cerbos maven dependency there?
t

Tristan Colgate-McFarlane

07/03/2023, 8:19 AM
Hi, my java is a little rusty, but I don't think you'll be able to use the maven assets at the moment, they'd need rebuiling. Could you build them from source yourself?
The original SDK source is here https://github.com/cerbos/cerbos-sdk-java
5 Views