linghengqian commented on issue #32099: URL: https://github.com/apache/shardingsphere/issues/32099#issuecomment-2227304973
- Feel free to check out https://github.com/apache/shardingsphere/wiki . You just need to switch to any JDK11+ version and compile Antlr4 products in advance. Similar to the following operations. ```bash sdk install java 22.0.1-graalce sdk use java 22.0.1-graalce git clone [email protected]:apache/shardingsphere.git cd ./shardingsphere/ ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true ``` -- 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]
