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

Commit

Permalink
chore: Update publish_javadoc.sh (#115)
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 8e73d70 commit e046b04
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=proto-google-cloud-orgpolicy-v1
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
export NAME=proto-google-cloud-orgpolicy-v1
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-orgpolicy.git",
"sha": "0aaa577ab99b931adb3f48bd4d5bfaa372c1598b"
"sha": "8e73d70259c6eddd27e2a1d5e70bbff3b4fb50f5"
}
},
{
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 e046b04

Please sign in to comment.