Use adopt@1.13.0-0 when building with Java 13 (#9641)

Motivation:

We should use adaptjdk 13 and not oracle openjdk 13 when building with Java 13

Modifications:

Use adopt@1.13.0-0

Result:

More consistent java vendor usage
This commit is contained in:
Norman Maurer 2019-10-09 17:10:37 +04:00
parent 3a48010c42
commit 4794182f85
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "openjdk@1.13.0"
java_version : "adopt@1.13.0-0"
test:
image: netty:centos-6-1.13

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.13.0"
java_version : "adopt@1.13.0-0"
test:
image: netty:centos-7-1.13