Update java to AdoptOpenJDK JRE Package as Oracle changed the license for the JRE

This commit is contained in:
Mario Fetka
2019-09-06 12:11:08 +02:00
parent 5845537e69
commit 03359c6f54
23 changed files with 99 additions and 93 deletions

View File

@@ -101,10 +101,10 @@ default: ["install"]
[ProductProperty]
type: unicode
name: sereby_jre10
name: sereby_jre11
multivalue: False
editable: False
description: Install Java 10 Runtime Environment
description: Install OpenJDK Java 11 Runtime Environment
values: ["install", "none", "reinstall", "uninstall"]
default: ["install"]
@@ -113,7 +113,7 @@ type: unicode
name: sereby_jre8
multivalue: False
editable: False
description: Install Java 8 Runtime Environment
description: Install OpenJDK Java 8 Runtime Environment
values: ["install", "none", "reinstall", "uninstall"]
default: ["install"]