Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/java-talentPublic archive

Commitcdaf4f0

Browse files
chore: Update publish_javadoc.sh (#361)
This PR was generated using Autosynth. 🌈Synth log will be available here:https://source.cloud.google.com/results/invocations/fc50f2d3-47de-4020-9507-fae5f530a794/targets- [ ] To automatically regenerate this PR, check this box.Source-Link:googleapis/synthtool@5d11bd2
1 parent79d3e5e commitcdaf4f0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎.kokoro/release/publish_javadoc.sh‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ python3 -m pip install gcp-docuploader
3838
# compile all packages
3939
mvn clean install -B -q -DskipTests=true
4040

41-
NAME=google-cloud-talent
42-
VERSION=$(grep${NAME}: versions.txt| cut -d: -f3)
41+
exportNAME=google-cloud-talent
42+
exportVERSION=$(grep${NAME}: versions.txt| cut -d: -f3)
4343

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

6060
popd
6161

62-
# V2
62+
# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.
63+
6364
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
6465

6566
pushd target/devsite/reference

‎synth.metadata‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-talent.git",
7-
"sha": "82889e026bb1c52547998e187e115ed78541b546"
7+
"sha": "79d3e5ebc539af159cd0beaa06759cec7dd41b13"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "943bb78606d035001123030067dffcc34f4645f2"
30+
"sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp