oracle jdk: set java 8 as the default version.

This commit is contained in:
Andrea Dell'Amico 2018-01-30 18:43:39 +01:00
parent 7bae9c82bc
commit 7ae28d8316
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
# Supported versions: 6,7,8 # Supported versions: 8,9
jdk_default: 7 jdk_default: 8
# jdk_version is a dictionary because it's possible to install more than one version # jdk_version is a dictionary because it's possible to install more than one version
jdk_version: jdk_version:
- '{{ jdk_default }}' - '{{ jdk_default }}'