linghengqian commented on issue #35134: URL: https://github.com/apache/shardingsphere/issues/35134#issuecomment-2782524528
- 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. ```shell git clone -b 5.5.2 [email protected]:apache/shardingsphere.git cd ./shardingsphere/ vfox add java vfox install [email protected] vfox use --global [email protected] ./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? -- 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]
