Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: Update publish_javadoc.sh (#201)
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 7bd251e commit de5acdf
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-notification
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
export NAME=google-cloud-notification
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,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-notification.git",
"sha": "e76d326366bb6824ac64b03ffd315265c252c3f7"
"sha": "7bd251e9509b4caace0da459c4b99801cb9d480a"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "943bb78606d035001123030067dffcc34f4645f2"
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
}
}
],
Expand Down

0 comments on commit de5acdf

Please sign in to comment.