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 committed by GitHub
parent 99a4cecec6
commit b11aba354a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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