Home:ALL Converter>Migrate to java11

Migrate to java11

Ask Time:2019-08-13T21:26:27         Author:Alexander

Json Formatter

I have a big gradle project with a lot of gradle modules.

I want to add java11 support with back compatibility (with java 8).

1) Do I have to use java9 modules system, or such migration is possible without it ?

2) If yes, can I auto-generate module-info files automatically, my project is huge.

Author:Alexander,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/57478761/migrate-to-java11
yy