diff --git a/.ci/scripts/packaging-test.ps1 b/.ci/scripts/packaging-test.ps1 index 8cc59d60e0d26..631ee4e4ea05a 100644 --- a/.ci/scripts/packaging-test.ps1 +++ b/.ci/scripts/packaging-test.ps1 @@ -27,6 +27,6 @@ Remove-Item -Recurse -Force \tmp -ErrorAction Ignore New-Item -ItemType directory -Path \tmp $ErrorActionPreference="Continue" -& .\gradlew.bat -g "$env:USERPROFILE\.gradle" --parallel --no-daemon --scan --console=plain $GradleTasks +& .\gradlew.bat -g "$env:USERPROFILE\.gradle" --parallel --no-watch-fs --no-daemon --scan --console=plain $GradleTasks exit $LastExitCode