Hi all, I’m trying to import the cerbos java sdk i...
# help
r
Hi all, I’m trying to import the cerbos java sdk into a project via gradle with a requirement that we need to be compatible with Java 8, i’m currently getting an error that the sdk version 0.7.0 declares components only compatible with java 11, I was wondering if it’s possible to import a version of the SDK via gradle that is compatible with Java 8? Cheers
c
Hi, does the error message indicate which dependencies are Java 11 only? Some of our older releases might work with Java 8 but since it's been EOL since 2019, we didn't specifically try to support it during development.