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:
@@ -48,3 +48,9 @@ asciidoctor {
|
||||
'version-release': releaseBuild,
|
||||
'version-snapshot': snapshotBuild
|
||||
}
|
||||
|
||||
remotes {
|
||||
docs {
|
||||
host = "docs-ip.spring.io"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user