Skip to content

Commit e1aaec0

Browse files
chore: adding cloud-rad java xrefs (#800)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: adding cloud-rad java xrefs Source-Author: Emily Ball <[email protected]> Source-Date: Thu May 6 11:48:47 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 046994f491c02806aea60118e214a9edd67f5ab7 Source-Link: googleapis/synthtool@046994f
1 parent 7a03622 commit e1aaec0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.kokoro/release/publish_javadoc11.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
3838

3939
# V3 generates docfx yml from javadoc
4040
# generate yml
41-
mvn clean javadoc:aggregate-jar -B -q -P docFX
41+
mvn clean site -B -q -P docFX
4242

4343
# copy README to docfx-yml dir and rename index.md
4444
cp README.md target/docfx-yml/index.md
@@ -49,6 +49,13 @@ pushd target/docfx-yml
4949
python3 -m docuploader create-metadata \
5050
--name ${NAME} \
5151
--version ${VERSION} \
52+
--xrefs devsite://java/gax \
53+
--xrefs devsite://java/google-cloud-core \
54+
--xrefs devsite://java/api-common \
55+
--xrefs devsite://java/proto-google-common-protos \
56+
--xrefs devsite://java/google-api-client \
57+
--xrefs devsite://java/google-http-client \
58+
--xrefs devsite://java/protobuf \
5259
--language java
5360

5461
# upload yml to production bucket

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "d2935856e3c70f2bb3a8215db6647e7d62ed947a"
7+
"sha": "83e0e8cf2cdbc143c10ce0f8b053096d61d5686f"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
22+
"sha": "046994f491c02806aea60118e214a9edd67f5ab7"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)