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

Integration Tests Fail when HTTPS is enabled #42

Closed jzheaux closed 5 years ago

jzheaux commented 5 years ago

When using the spring-sample-war plugin, if I do:

gretty {
    httpsEnabled = true
}

Then integration tests will fail because gretty is not selecting a random HTTPS port like it does for the HTTP port.