This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ python3 -m pip install gcp-docuploader
38
38
# compile all packages
39
39
mvn clean install -B -q -DskipTests=true
40
40
41
- NAME=google-cloud-bigquerydatatransfer
42
- VERSION=$( grep ${NAME} : versions.txt | cut -d: -f3)
41
+ export NAME=google-cloud-bigquerydatatransfer
42
+ export VERSION=$( grep ${NAME} : versions.txt | cut -d: -f3)
43
43
44
44
# build the docs
45
45
mvn site -B -q
@@ -59,7 +59,8 @@ python3 -m docuploader upload . \
59
59
60
60
popd
61
61
62
- # V2
62
+ # V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.
63
+
63
64
mvn clean site -B -q -Ddevsite.template=" ${KOKORO_GFILE_DIR} /java/"
64
65
65
66
pushd target/devsite/reference
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": ".",
13
13
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14
- "sha": "10ca24cea52ba52f7e3f22282eb0014b1300fe98 "
14
+ "sha": "4b8d83d1b3c9833d229eb1f0fa129e6057e4d729 "
15
15
}
16
16
},
17
17
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "943bb78606d035001123030067dffcc34f4645f2 "
29
+ "sha": "5d11bd2888c38ce1fb6fa6bf25494a4219a73928 "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments