marker-wu commented on issue #35134: URL: https://github.com/apache/shardingsphere/issues/35134#issuecomment-2782693629
> * I tested ShardingSphere 5.5.2 with Microsoft OpenJDK 17.0.14 cached with `version-fox/vfox` and `git-for-windows/git` under PowerShell 7 and did not see this issue. > > git clone -b 5.5.2 g...@github.com:apache/shardingsphere.git > cd ./shardingsphere/ > vfox add java > vfox install java@17.0.14-ms > vfox use --global java@17.0.14-ms > ./mvnw clean install -Prelease -T1C -DskipTests "-Djacoco.skip=true" "-Dcheckstyle.skip=true" "-Drat.skip=true" "-Dmaven.javadoc.skip=true" > *  > > > Executing Maven command reports an error ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -B > > * This is not a syntax supported by PowerShell 7. What shell are you using under Windows 11? msys2? I checked that the jdk environment executed by my maven environment is jdk8, but my JDK environment is indeed jdk17. This problem is very strange. I manually adjusted the jdk version of maven and now the project build is successful -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org