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:
parent
3a48010c42
commit
4794182f85
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "openjdk@1.13.0"
|
java_version : "adopt@1.13.0-0"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.13
|
image: netty:centos-6-1.13
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "openjdk@1.13.0"
|
java_version : "adopt@1.13.0-0"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.13
|
image: netty:centos-7-1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user