Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove malformed check for already used ports (fixes gretty-gradle-pl…
…ugin#147) Because gretty-gradle-plugin#138 removed adequate error handling, the check for already used ports was broken and caused Gretty to fail in case the 'gretty_ports.properties' file was present. I think the check is now obsolete because gretty-gradle-plugin#138 removed the ability to manually specify fixed service and status ports for Gretty. As a result, Gretty's ports will never clash from one Gretty invocation to the next. If the check was restored, it would only check if the previous Gretty invocation had already terminated. If one of the *servlet container ports* clashed, I deem the current behavior (BindException) sufficient.
- Loading branch information