Skip to content

Commit

Permalink
Disable file system watching
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 6, 2025
1 parent fa9a40b commit 84f8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/packaging-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 84f8a21

Please sign in to comment.