[GRADLE-3448] Thread leaked using BuildLauncher Created: 04/May/16 Updated: 16/May/16 Resolved: 16/May/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.13 |
Fix Version/s: | 2.14-rc-1 |
Type: | Bug | ||
Reporter: | Eric Wendelin | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
Discussion thread: https://discuss.gradle.org/t/thread-leak-using-buildlauncher-in-gradle-2-13/17160 Seems to be related to using setColoredOutput(true) on BuildLauncher in Gradle 2.13. Example project: https://github.com/lkishalmi/gradle-thread-leak |