Files
msh-system/models-integration/coze_oauth_java_jwt/bootstrap.ps1

4 lines
198 B
PowerShell
Raw Normal View History

# PowerShell script to run gradle project
$CurrentPath = $PSScriptRoot
Start-Process -FilePath "cmd.exe" -ArgumentList "/c pushd `"$CurrentPath`" && call gradlew.bat run && popd" -Wait -NoNewWindow