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

Commit ffcd722

Browse files
build: reduce download junk in log files (#360)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/83fbc024-ecda-4d7c-bdb6-c1f6343e492a/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@6946fd7
1 parent 1fdc0fe commit ffcd722

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.kokoro/dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3131

3232
# this should run maven enforcer
3333
retry_with_backoff 3 10 \
34-
mvn install -B -V \
34+
mvn install -B -V -ntp \
3535
-DskipTests=true \
3636
-Dclirr.skip=true
3737

@@ -86,4 +86,4 @@ then
8686
else
8787
msg "Errors found. See log statements above."
8888
exit 1
89-
fi
89+
fi

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-tasks.git",
7-
"sha": "4f38edca225653fe6bfd6e54b8ae9662c63e50ee"
7+
"sha": "1fdc0fed2d6e903f063ad5a65bb40ffa47ef649d"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
22+
"sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)