Update Deploy Docs host

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-1845
This commit is contained in:
Eleftheria Stein
2021-04-28 17:58:00 +02:00
parent 6fbd11e893
commit 8cd185db6b
2 changed files with 7 additions and 1 deletions

View File

@@ -48,3 +48,9 @@ asciidoctor {
'version-release': releaseBuild,
'version-snapshot': snapshotBuild
}
remotes {
docs {
host = "docs-ip.spring.io"
}
}