oracle jdk: set java 8 as the default version.
This commit is contained in:
parent
7bae9c82bc
commit
7ae28d8316
|
@ -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 }}'
|
||||||
|
|
Loading…
Reference in New Issue