vvysotskyi opened a new pull request, #2753:
URL: https://github.com/apache/drill/pull/2753

   # [DRILL-8396](https://issues.apache.org/jira/browse/DRILL-8396): Checkstyle 
plugin works only with JDK 11+
   
   ## Description
   As it turned out, Checkstyle 10.x version is supported only on JDK 11+ 
(https://checkstyle.org/#JRE_and_JDK), so it causes failures when attempting to 
build Drill on JDK 8. We didn't notice it because CI doesn't use JDK 8 (though 
it should).
   
   To fix it, I have replaced it with the `checkstyle-backport-jre8` library 
which works fine on JDK 8 and is referenced in the official docs: 
https://checkstyle.org/#Backport
   
   ## Documentation
   NA
   
   ## Testing
   Checked manually.
   


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

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to