This repository was archived by the owner on Sep 3, 2025. It is now read-only.
update java version in maven-compiler-plugin#73
Draft
advasileva wants to merge 1 commit intoobjectionary:masterfrom
Draft
update java version in maven-compiler-plugin#73advasileva wants to merge 1 commit intoobjectionary:masterfrom
maven-compiler-plugin#73advasileva wants to merge 1 commit intoobjectionary:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
=========================================
Coverage 73.52% 73.52%
Complexity 11 11
=========================================
Files 6 6
Lines 68 68
Branches 5 5
=========================================
Hits 50 50
Misses 18 18 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Author
|
@volodya-lombrozo I updated the java version to 11, but the project stopped being assembled due to the IllegalArgumentException of |
Member
|
@advasileva Looks like it's a quite old problem. |
Contributor
Author
|
@volodya-lombrozo This advice from Mikhail helped hide errors in the ide. Of course, it's better to fix the original problem with |
8e4df3e to
1dbfac1
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Java version from 8 to 11. Closes #71
PR-Codex overview
This PR updates the project's compiler version from Java 8 to Java 11.
Detailed summary
sourceandtargetversions for themaven-compiler-plugininpom.xmlfrom 8 to 11.