spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

Allow Gretty to Select Available Port #41

Closed jzheaux closed 5 years ago

jzheaux commented 5 years ago

Selecting a random port is expensive. Allowing Gretty to do it later and only as necessary is more efficient.

jzheaux commented 5 years ago

@rwinch I realize this is a small change; however, since I'm new to this repo, I want to make sure I'm not missing something.

rwinch commented 5 years ago

Thanks for the PR! I wasn't aware of that option. I had a question that I placed in the form of a review