Skip to content

Conversation

@baltzell
Copy link
Collaborator

@baltzell baltzell commented Nov 5, 2025

No description provided.

@baltzell baltzell requested a review from c-dilks November 21, 2025 01:37
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<release>21</release>
Copy link
Member

@c-dilks c-dilks Nov 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't do anything; in fact, it produces .class files with major version 52 (Java 8). The correct property is:

Suggested change
<release>21</release>
<maven.compiler.release>21</maven.compiler.release>

@baltzell
Copy link
Collaborator Author

hmm, definitely does something

@baltzell baltzell closed this Nov 22, 2025
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

Successfully merging this pull request may close these issues.

3 participants