-
Notifications
You must be signed in to change notification settings - Fork 924
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
Switch default build JDK to Java 12. #2151
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2151 +/- ##
============================================
+ Coverage 73.52% 73.58% +0.05%
- Complexity 9556 9565 +9
============================================
Files 837 837
Lines 36830 36830
Branches 4542 4542
============================================
+ Hits 27081 27100 +19
+ Misses 7419 7403 -16
+ Partials 2330 2327 -3
Continue to review full report at Codecov.
|
Could you also update the |
Thanks indeed. Changed the release task to require Java 12, and added a check for normal compile that verifies >=12 (don't think we have to require exactly 12 for normal building during development) |
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.
Thanks, @anuraaga!
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.
Thanks!
Fixes #2141