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 06:37:55 UTC

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

asdf2014 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_r309542189
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -1,3 +1,3 @@
 language: java
 jdk:
-  - oraclejdk8
+  - openjdk11
 
 Review comment:
   @pacomendes Would you please replace it with 
   
   ```yml
   jdk:
     - openjdk8
     - openjdk11
   ```

----------------------------------------------------------------
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