[GRADLE-2629] Daemon cannot be started with -Dcom.sun.management.jmxremote in GRADLE/JAVA_OPTS Created: 11/Jan/13 Updated: 01/Apr/16 Resolved: 01/Apr/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.3 |
Fix Version/s: | 2.13-rc-1 |
Type: | Bug | ||
Reporter: | Luke Daley | Assignee: | René Gröschke (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Description |
The problem is that DaemonParameters does not use new CurrentProcess().getJvmOptions() for its internal jvmOptions. More generally, it does not correctly consider the current environment. |