You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit 67d5b4b might be a problem on OSX, as the WatchService on OSX uses polling, so file changes won't be detected if the repo is deleted and the launch started just after (the default polling interval is 10s on OSX).
However, even after fixing the problem, when the compilation failure happens, the repo has not been fully re-populated. This means the resolution of artefacts is cached somehow.
#312
* The caches are not all cleaned when deleting the local repository, fixes#312
* Try to workaround file locking on windows
* Split the integration test
* Raise watch service sensitivity, add a delay in the test for windows to make sure the poll has been done
* Disable test on windows because all jar files are locked and the repository can't even be deleted
The following new test inside
SingleModuleNativeIT
test fails:The text was updated successfully, but these errors were encountered: