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

Add optional deployDocsHost flag #88

Closed elliedori closed 4 years ago

elliedori commented 4 years ago

We need to be able to set the host to a different value for builds that run on Github Actions. This change adds logic to optionally set the host to the value passed in via the deployDocsHost -P flag. If none is provided, it will use the default docs.af.pivotal.io value.