[GRADLE-2419] Tooling API holds JVM open after completion Created: 03/Aug/12 Updated: 04/Jan/13 Resolved: 03/Aug/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.1 |
Fix Version/s: | 1.2-rc-1 |
Type: | Bug | ||
Reporter: | Luke Daley | Assignee: | Luke Daley |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
A simple Java program that uses the Tooling API then finishes, will be help open for about 1 minute after the main thread has finished. The tooling API is leaving around non daemonised threads that hold the JVM open. |