Skip to content

fix: correctly set target java version#3190

Merged
csviri merged 1 commit intomainfrom
fix-java-version
Feb 27, 2026
Merged

fix: correctly set target java version#3190
csviri merged 1 commit intomainfrom
fix-java-version

Conversation

@metacosm
Copy link
Collaborator

Signed-off-by: Chris Laprun metacosm@gmail.com

Copilot AI review requested due to automatic review settings February 27, 2026 09:48
@metacosm metacosm self-assigned this Feb 27, 2026
@metacosm metacosm requested review from csviri and xstefank February 27, 2026 09:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR modernizes the Maven compiler configuration by replacing the older maven.compiler.source and maven.compiler.target properties with the recommended maven.compiler.release property. This ensures proper cross-compilation by setting source, target, and bootstrap classpath simultaneously, which is the best practice for Maven Compiler Plugin 3.6+.

Changes:

  • Updated the root pom.xml to use maven.compiler.release instead of separate source and target properties

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: Chris Laprun <metacosm@gmail.com>
Copy link
Collaborator

@csviri csviri left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@csviri csviri merged commit 7e23807 into main Feb 27, 2026
25 checks passed
@csviri csviri deleted the fix-java-version branch February 27, 2026 10:55
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