Skip to content

Commit 62818cf

Browse files
chore: remove docLava v2 doc generation (#1306)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/dd48a04e-1b79-4cf2-bbe1-c31ca37cdd54/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@21da7d9
1 parent f4d07f4 commit 62818cf

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

.kokoro/release/publish_javadoc.cfg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ env_vars: {
77
value: "docs-staging"
88
}
99

10-
# cloud-rad staging
11-
env_vars: {
12-
key: "STAGING_BUCKET_V2"
13-
value: "docs-staging-v2-staging"
14-
}
15-
1610
env_vars: {
1711
key: "TRAMPOLINE_BUILD_FILE"
1812
value: "github/google-http-java-client/.kokoro/release/publish_javadoc.sh"
@@ -26,4 +20,4 @@ before_action {
2620
keyname: "docuploader_service_account"
2721
}
2822
}
29-
}
23+
}

.kokoro/release/publish_javadoc.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,3 @@ python3 -m docuploader create-metadata \
5656
python3 -m docuploader upload . \
5757
--credentials ${CREDENTIALS} \
5858
--staging-bucket ${STAGING_BUCKET}
59-
60-
popd
61-
62-
# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.
63-
64-
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
65-
66-
pushd target/devsite/reference
67-
68-
# create metadata
69-
python3 -m docuploader create-metadata \
70-
--name ${NAME} \
71-
--version ${VERSION} \
72-
--language java
73-
74-
# upload docs to staging bucket
75-
python3 -m docuploader upload . \
76-
--credentials ${CREDENTIALS} \
77-
--staging-bucket ${STAGING_BUCKET_V2}

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-http-java-client.git",
7-
"sha": "213726a0b65f35fdc65713027833d22b553bbc20"
7+
"sha": "f4d07f43903aad681e790d9c335b56d514e2f898"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2"
14+
"sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5"
1515
}
1616
}
1717
],
@@ -30,7 +30,6 @@
3030
".github/workflows/approve-readme.yaml",
3131
".github/workflows/auto-release.yaml",
3232
".github/workflows/ci.yaml",
33-
".github/workflows/samples.yaml",
3433
".kokoro/build.bat",
3534
".kokoro/build.sh",
3635
".kokoro/coerce_logs.sh",
@@ -82,6 +81,7 @@
8281
"CONTRIBUTING.md",
8382
"LICENSE",
8483
"codecov.yaml",
84+
"renovate.json",
8585
"samples/install-without-bom/pom.xml",
8686
"samples/pom.xml",
8787
"samples/snapshot/pom.xml",

0 commit comments

Comments
 (0)