gantsign / ansible-role-intellij

Ansible role for installing the IntelliJ IDEA IDE

Home Page:https://galaxy.ansible.com/gantsign/intellij

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for multiple JDKs

freemanjp opened this issue · comments

Currently there's a single JDK variable and it's used both for running the IDE and as the default JDK for compiling against.

Support separate JDKs for running the IDE and compiling/running code. Also, support preconfiguring multiple JDK versions for compiling/running code.