Replies: 1 comment
-
use openjdk 8 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m new to using Lettuce.
I attempted to build Lettuce version 6.2.3.RELEASE, but encountered a failure with JDK 8 and Maven 3.9.6. The build failed due to the ‘jdk.jfr’ package not being found.
Additionally, I noticed a line in the META-INF/MANIFEST.MF file included in the official 6.2.3.RELEASE JAR that reads “Build-Jdk-Spec: 1.8.”
Despite searching online and reviewing the Wiki, I couldn’t find any information on building Lettuce from source code.
Could someone please advise on how to successfully build Lettuce using JDK 8?
Thanks anyway
Beta Was this translation helpful? Give feedback.
All reactions