Switch to java8 and set java7 to none
This commit is contained in:
parent
fdc3bc5851
commit
e2b7c390c3
@ -106,7 +106,7 @@ multivalue: False
|
|||||||
editable: False
|
editable: False
|
||||||
description: Install Java 7 Runtime Environment
|
description: Install Java 7 Runtime Environment
|
||||||
values: ["install", "none", "reinstall"]
|
values: ["install", "none", "reinstall"]
|
||||||
default: ["install"]
|
default: ["none"]
|
||||||
|
|
||||||
[ProductProperty]
|
[ProductProperty]
|
||||||
type: unicode
|
type: unicode
|
||||||
@ -115,7 +115,7 @@ multivalue: False
|
|||||||
editable: False
|
editable: False
|
||||||
description: Install Java 8 Runtime Environment
|
description: Install Java 8 Runtime Environment
|
||||||
values: ["install", "none", "reinstall"]
|
values: ["install", "none", "reinstall"]
|
||||||
default: ["none"]
|
default: ["install"]
|
||||||
|
|
||||||
[ProductProperty]
|
[ProductProperty]
|
||||||
type: unicode
|
type: unicode
|
||||||
|
Loading…
Reference in New Issue
Block a user