You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2019/08/01 11:29:38 UTC

[GitHub] [curator] pacomendes commented on a change in pull request #313: Build on jdk Set release target to 8 for jdk11 compiler

pacomendes commented on a change in pull request #313: Build on jdk Set release target to 8 for jdk11 compiler
URL: https://github.com/apache/curator/pull/313#discussion_r309649460
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -1,3 +1,3 @@
 language: java
 jdk:
-  - oraclejdk8
+  - openjdk11
 
 Review comment:
   This will likely fail on openjdk8 as the -release option is not recognised.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services