Why do I keep jumping weird things with the gradle command

c579d3602448e77abfa51f3388b5b0b

like this D:\下载\CICFlowMeter-master>gradlew execute@if " " == " " @echo off
why?

Looks to me like you modified your gradlew.bat and changed the line @if "%DEBUG%"=="" @echo off to execute@if "%DEBUG%"=="" @echo off.