zhfeng commented on PR #20008: URL: https://github.com/apache/shardingsphere/pull/20008#issuecomment-1380200774
@linghengqian It seems that only `org.antlr:antlr` is `JDK 11`, the `org.antlr:antlr4-runtime` is still compatitable with `JDK 1.8`. I just try to build `master` branch with `antlr-4.10.1` by using `Java 11` and swith to use `JDK 1.8` to run a `examples/shardingsphere-parser-example`. It works ! So is it possible to just change the CI to build with `JDK 11` and run all the tests & examples by `JDK 8`? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
