XenoAmess edited a comment on pull request #17:
URL: https://github.com/apache/commons-daemon/pull/17#issuecomment-633809131


   I just learned about the way to use openjdk6/7 on travis.
   
   but:
   build fails on jdk6 and jdk7 because you use 
org.codehaus.mojo:animal-sniffer-maven-plugin:1.18,
   whose class version 52.0 thus can only run on jdk8+.
   so I decided not open jdk6 and jdk7 here.
   if you really want it then you should use 
org.codehaus.mojo:animal-sniffer-maven-plugin:1.16 instead, and I will help you 
get the scripts correct.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to