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

Commit e4af5e3

Browse files
build(java): skip javadoc tests during dependencies test (#362)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ce0b3d6d-7769-423b-b00f-80b1526f8c47/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@5b0e159
1 parent b86c869 commit e4af5e3

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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-memcache.git",
7-
"sha": "9ac7b372f6fb1b0efb32bf593f1b1b2e7f3ba563"
7+
"sha": "7faa9a96476eb5be848ba03aeb976b2c3034cc7d"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
30+
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)