-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build a vault-hosted Kotlin project with Gradle due to lock problem #3614
Labels
Comments
A little test with the bare-bon fuse-nio-adapter (no encryption) showed, that gradle queries the same file for 1min again and again:
My working hypothesis is, that WinFSP automatically locks the file at every request and thus gradle keeps queriying. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please agree to the following
Summary
Can't build a vault-hosted Kotlin project with Gradle due to lock problem
What software is involved?
Volume Type
None
Steps to Reproduce
Launch
gradble build
to build a Kotlin project hosted inside the vault (F:).After about a minute pause it fails with a locking error:
Moved the same project to a plain Windows drive, it compiles fine as usual!
Expected Behavior
Compilation work as usual
Actual Behavior
Gradle does not succeed due to a file locking problem.
Reproducibility
Always
Relevant Log Output
Anything else?
The text was updated successfully, but these errors were encountered: