lrk / ansible-role-sonarqube

Ansible Role: SonarQube
Apache License 2.0
34 stars 46 forks source link

feat: default java version has been switched from 8 to 11 #37

Closed oukooveu closed 2 years ago

oukooveu commented 2 years ago

Latest LTS versions of SonarQube requires JDK 11. From the other side role "geerlingguy.java" supports only 8th version.

To make this role more "flexible" I've removed this dependency (so JDK should be installed separately).

For molecule tests JDK is installed on converge stage.