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

Commit 807ff0c

Browse files
build: reduce download junk in log files (#429)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/c662ff13-a77b-48b5-be4e-62774692925a/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@6946fd7
1 parent 4e504af commit 807ff0c

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-dlp.git",
7-
"sha": "dcbbf249d2896e0243128da2bcb7cec7154c6915"
7+
"sha": "4e504afe806f2871092087f9d343e4592c7a1e2a"
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)