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

Compiled conductor lint classes have different class version #670

Open
mpetrychko opened this issue May 9, 2022 · 0 comments
Open

Compiled conductor lint classes have different class version #670

mpetrychko opened this issue May 9, 2022 · 0 comments

Comments

@mpetrychko
Copy link

We are having this error when trying to build our project:
java.lang.UnsupportedClassVersionError: com/bluelinelabs/conductor/lint/ControllerIssueDetector has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

Having looked at the aar archive here I found that IssueRegistry has class file version 52, and ControllerIssueDetector has 55.

Is there any reason for them to have different versions? This probably won't fix our issue but I'm still curious.

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

1 participant