[GRADLE-1658] .gradle/jna/libjnidispatch.so created in default user home dir, altough -g is used Created: 05/Jul/11 Updated: 20/Apr/14 Resolved: 20/Apr/14 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 1.0-milestone-3 |
| Fix Version/s: | 2.0-rc-1 |
| Type: | Bug | ||
| Reporter: | Stephane Gallès | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
Even when the -g option is used, the file .gradle/jna/libjnidispatch.so is created in default user home dir It may be a problem on build server where each concurrent build must have its own user home dir, with different JVM/Gradle versions. It is a regression as it does not happen with Gradle 0.9.2 |
| Comments |
| Comment by Oded Arbel [ 25/Mar/12 ] |
|
This problem appears to be fixed in 1.0 milestone 8a. |