Skip to content

Commit

Permalink
Use jdk-11-ea+15 when try to build with java11 (netty#7979)
Browse files Browse the repository at this point in the history
Motivation:

A new EA build for java 11 is out.

Modifications:

Update from ea+14 to ea+15

Result:

Use latest ea build
  • Loading branch information
normanmaurer authored May 28, 2018
1 parent 94946f6 commit 7f59896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f59896

Please sign in to comment.