Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit e02edf5

Browse files
build(java): skip javadoc tests during dependencies test
Source-Author: Jeff Ching <chingor@google.com> Source-Date: Fri Apr 9 09:18:54 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5b0e1592dd7d70b485e157ea4b3eb1704ecbd015 Source-Link: googleapis/synthtool@5b0e159
1 parent e8ca0ae commit e02edf5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.kokoro/dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3333
retry_with_backoff 3 10 \
3434
mvn install -B -V -ntp \
3535
-DskipTests=true \
36+
-Dmaven.javadoc.skip=true \
3637
-Dclirr.skip=true
3738

3839
mvn -B dependency:analyze -DfailOnWarning=true

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "c7da34252ee8c243be3ce737d03e1e12f10a5eba"
14+
"sha": "e8ca0ae39b94051c95f0be84d04037bd0453acd7"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
53+
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)