umll commented on issue #31070: URL: https://github.com/apache/shardingsphere/issues/31070#issuecomment-2089424600
> * 无法重现,需要告知commit id。 > > ```shell > sdk install java 21.0.2-graalce > sdk use java 21.0.2-graalce > > git clone [email protected]:apache/shardingsphere.git -b 5.5.0 > cd ./shardingsphere/ > ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true > ``` The Java version I use is 1.8. My local maven version is 3.8. I compile the proxy module in idea. The tutorial I watched said that you need to compile the proxy module first, and then execute the binary packaging command in the proxy module under the distribution module. So, I executed the compilation command first, but the compilation failed. -- 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]
