You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/28 13:53:38 UTC

[GitHub] [cordova-android] breautek commented on issue #908: Support newer JDK versions

breautek commented on issue #908: Support newer JDK versions
URL: https://github.com/apache/cordova-android/issues/908#issuecomment-579255926
 
 
   The current version of Gradle that cordova-android requires also depends on java 8. Although in cordova-android@9, it will be using gradle 6.x, and they added support for up to JDK13.
   
   Android Studio expects you to use Java 8. They don't officially support higher versions of java. So I believe this makes android studio the only blocker for a JDK upgrade. It doesn't mean android studio won't work in a higher JDK version, but it won't be guaranteed.
   
   Android's docs where they talk about this can be found [here](https://developer.android.com/studio/write/java8-support)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org