jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support JDK 14

atomfrede opened this issue · comments

Overview of the feature request

Right now both gradle and maven build files still enforce an upper bound for JDK 13. In the main generator we have already switched to JDK 14.

Motivation for or Use Case

For example the heroku subgen asks for the jdk to use and assumes jdk 14 is the latest supported version (as we don't overwrite that prompt). Furthermore we should support the latest supported version if possible.

Related issues or PR