-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
(WIP) feat!: java 11 support #1230
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1230 +/- ##
==========================================
- Coverage 72.02% 72.00% -0.02%
==========================================
Files 21 21
Lines 1698 1697 -1
==========================================
- Hits 1223 1222 -1
Misses 475 475
Continue to review full report at Codecov.
|
Replaced the one and only usage of it with the properties-parser editor. Breaking change because we are converting a method into an asynchronous method.
…formation with --version
…uced from another PR
Closing this PR, as abandoned. Java 11 JDK is already supported and this includes other changes that is likely not necessary. |
Platforms affected
Android
Motivation and Context
Android Studio 4.2 has been released with Java 11 support
Description
Bumps required Java version from 8 to 11.
Depends on #1228 & #1212
Testing
Native unit tests currently not passing.
Checklist
(platform)
if this change only applies to one platform (e.g.(android)
)