I’m currenlty experiencing some weirdness concerning the gradle daemon and running a task which is starting a tomcat (using the tomcat plugin by bmuschko). Once the task is started, the given port is bound to the gradle daemon process but never released, even it the task is done and the tomcat stopped. When not using the gradle daemon, everything works great. Is this a known issues with a workaround?
This issue was reported before but we had found a workaround for it. Based on the importance of the Gradle daemon to the development process I am going to reopen the ticket on GitHub: https://github.com/bmuschko/gradle-tomcat-plugin/issues/16. Future comments will be added to the issue on GitHub.