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

Exclude module-info.class from byte code checks #22193

Open
elharo opened this issue Mar 13, 2024 · 1 comment
Open

Exclude module-info.class from byte code checks #22193

elharo opened this issue Mar 13, 2024 · 1 comment

Comments

@elharo
Copy link
Contributor

elharo commented Mar 13, 2024

The build is full of these warnings:

[WARNING] Invalid bytecodeVersion for module-info.class: expected 52, but was 53

This is not a surprise. module-info.class is something for java 9+ (byte code 53) while most of the build is Java 8 (byte code version 52).

This isn't a big deal since Java 8 will ignore module-info.class. There's no real problem here, but if anyone happens to know a straight-forward way to suppress these particular warnings that would be nice.

@BVK21
Copy link

BVK21 commented Aug 6, 2024

Hello @elharo can you please assign this issue for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 Unprioritized
Development

No branches or pull requests

2 participants