Skip to content

Commit fbf35f9

Browse files
chore: synthtool template regen (#834)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/c9254d7f-caa0-4a8a-89a7-64678caa0903/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@8eae023
1 parent f914954 commit fbf35f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ cd ${scriptDir}/..
2323
# include common functions
2424
source ${scriptDir}/common.sh
2525

26-
# Print out Java version
27-
java -version
26+
# Print out Maven & Java version
27+
mvn -version
2828
echo ${JOB_TYPE}
2929

3030
# attempt to install 3 times with exponential backoff (starting with 10 seconds)

.kokoro/release/publish_javadoc11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
3838

3939
# V3 generates docfx yml from javadoc
4040
# generate yml
41-
mvn clean javadoc:aggregate-jar -B -q -P docFX
41+
mvn clean site -B -q -P docFX
4242

4343
# copy README to docfx-yml dir and rename index.md
4444
cp README.md target/docfx-yml/index.md

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-bigtable.git",
7-
"sha": "b660246070999138c04bdca9445efbfe3a128673"
7+
"sha": "ebf6d1dfc13162e7239b276f7eaaba2d9ead7fe5"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6"
22+
"sha": "8eae0234a16b26c2ff616d305dbd9786c8b10a47"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)