-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that maven compiler configuration is set after a java version …
…upgrade. Before these changes if no property or maven compiler plugin configured java version no change would be made. Fixes #514
- Loading branch information
Showing
5 changed files
with
220 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8d15935
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems this (using UpgradeToJava17 recipe) adds
to every child regardless of the same being set in parent already...
I'll try to extract standalone reproducer to check this.
maven.compiler.release
set in parent is not recognized in child module #523