1
0
mirror of synced 2026-08-05 17:57:15 +00:00

docs.af.pivotal.io->docs-ip.spring.io

The build conventions plugin does not support a property, so we must
override the configuration for docs.host to docs-ip.spring.io

Closes gh-9686
This commit is contained in:
Rob Winch
2021-04-27 10:25:48 -05:00
parent 0a56dc4ef5
commit 362855b8b8
2 changed files with 3 additions and 2 deletions
@@ -15,6 +15,7 @@ remotes {
docs {
retryCount = 5 // retry 5 times (default is 0)
retryWaitSec = 10 // wait 10 seconds between retries (default is 0)
host = "docs-ip.spring.io"
}
}