Skip to content

Commit

Permalink
chore: Update publish_javadoc.sh (#456)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/32df9195-12c5-4c5b-953a-413f90fdaa00/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@5d11bd2
  • Loading branch information
yoshi-automation committed Dec 8, 2020
1 parent 090e3bb commit 6fe29a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .kokoro/release/publish_javadoc.sh
Expand Up @@ -38,8 +38,8 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -q -DskipTests=true

NAME=google-cloud-pubsub
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
export NAME=google-cloud-pubsub
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
mvn site -B -q
Expand All @@ -59,7 +59,8 @@ python3 -m docuploader upload . \

popd

# V2
# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.

mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"

pushd target/devsite/reference
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsub.git",
"sha": "c63dc255dff55982fca2e4cf0e955c47614dc291"
"sha": "090e3bbee7a02f4e07383f28f4d39b770f53f632"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "943bb78606d035001123030067dffcc34f4645f2"
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
}
}
],
Expand Down

0 comments on commit 6fe29a1

Please sign in to comment.