Skip to content

Commit 069dba9

Browse files
build(java): skip javadoc tests during dependencies test (#113)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/c591f580-c8f1-4028-b2d9-d7e22867b894/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@5b0e159
1 parent d42c42f commit 069dba9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.kokoro/dependencies.sh

+1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsublite-kafka.git",
7-
"sha": "fc1da6eb1e14e19b22204554c4561963ddba2ca5"
7+
"sha": "d42c42f10b85b477ef10bbd2af8b9e09d0656791"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
14+
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)