Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit f982d38

Browse files
build(java): skip javadoc tests during dependencies test (#423)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/33ced83d-18be-4eec-9f43-00d6fbbc175a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@5b0e159
1 parent 90e5fee commit f982d38

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-core.git",
7-
"sha": "e31620a2f7a15853a1acec8c09416953cc4dce09"
7+
"sha": "8c0d6fac48f2dd4651dcd4ff7680ee4ad6a35cb1"
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)