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: [email protected] With regards, Apache Git Services
