Update to use OpenJDK 12 EA24 when building with Java 12 (#8672)
Motivation: A new EA build was released for Java 12. Modifications: Update to OpenJDK 12 EA24 Result: Use latest OpenJDK 12 build when building with Java 12
This commit is contained in:
parent
9ed2884d3a
commit
b12c3311ba
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "openjdk@1.12.0-22"
|
java_version : "openjdk@1.12.0-24"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.12
|
image: netty:centos-6-1.12
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "openjdk@1.12.0-22"
|
java_version : "openjdk@1.12.0-24"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.12
|
image: netty:centos-7-1.12
|
||||||
|
Loading…
Reference in New Issue
Block a user