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

Commit e120063

Browse files
build: reduce download junk in log files (#856)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/3fc7c8a6-fbba-4d19-9ef9-7d740e5ce776/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@6946fd7
1 parent 33a4502 commit e120063

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "3e86b969cb64fbeadfc8e0847556e9c9f8302179"
14+
"sha": "60219209d9ba38c75903fe33addda90716a979f8"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
53+
"sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)