linghengqian commented on issue #31618: URL: https://github.com/apache/shardingsphere/issues/31618#issuecomment-2162624100
- @lcjing Since you didn't provide unit tests, you need to manually compile the master branch to test it. ```shell sdk install java 22.0.1-graalce sdk use java 22.0.1-graalce git clone [email protected]:apache/shardingsphere.git cd ./shardingsphere/ git reset --hard 6ec8e4290be8db69087b87a5d7e9476a46c84931 ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true ``` - Then use it directly in your private project. ```xml <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc</artifactId> <version>5.5.1-SNAPSHOT</version> </dependency> ``` -- 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]
