How to tell Gradle daemon to bind port to localhost only?

Using Gradle 3.4.1, I realized that the daemon opens a port bound to all local IP addresses. Is it possible to somehow tell him to bind to a particular IP or host name only; e.g. localhost.

Thanks

3 Likes

+1 I have the same problem. Is there any workaround ?