Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
Description
Some Gradle tasks don't finish as soon as possible, since they leave a non-daemon thread running. It seems that after a timeout (1 minute) the thread exits and the task completes.
This is specially apparent after the improvements in build time in S4-72
One possible workaround is to explicitly shutdown the JVM after the task is finished.