Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caffeine error while doing build #2200

Open
chayan-blip opened this issue Aug 28, 2022 · 1 comment
Open

Caffeine error while doing build #2200

chayan-blip opened this issue Aug 28, 2022 · 1 comment

Comments

@chayan-blip
Copy link

Hi I am getting an error while doing build

import com.github.benmanes.caffeine.cache.Cache;
^
bad class file: C:\Users\abcd.gradle\caches\modules-2\files-2.1\com.github.ben-manes.caffeine\caffeine\3.1.1\b08f9f234ae51adf8b7a3dcdfcf115aa258fafcb\caffeine-3.1.1.jar(com/github/benmanes/caffeine/cache/Cache.class)
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.

@kvtb
Copy link
Contributor

kvtb commented Dec 14, 2022

Build-time JDK should be 11+, and Gradle at most 5.x (Gradle 6.x and 7.x will hit that caffeine mismatch even earlier)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants