zhfeng commented on PR #20008: URL: https://github.com/apache/shardingsphere/pull/20008#issuecomment-1382643538
Well, `antlr.skip` is no useful for our case. It needs to load the ExecuteMojo which has dependency of `org/antlr/v4/Tool` targeting for 11. So there is still throwing `java.lang.UnsupportedClassVersionError` at build time. The only way is to have `antlr4-maven-plugin` in the `jdk-11` profile. I will take care of upgrading `antlr4` if - https://github.com/apache/shardingsphere/pull/23550 get merged. -- 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]
