Use jdk-11-ea+15 when try to build with java11 (#7979)

Motivation:

A new EA build for java 11 is out.

Modifications:

Update from ea+14 to ea+15

Result:

Use latest ea build
This commit is contained in:
Norman Maurer 2018-05-28 11:51:25 +02:00 committed by GitHub
parent 94946f6324
commit 7f59896fba
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 : "1.11.0-14"
java_version : "1.11.0-15"
test:
image: netty:centos-6-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "1.11.0-14"
java_version : "1.11.0-15"
test:
image: netty:centos-7-1.11