This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Commit 04a1056 1 parent 822cee2 commit 04a1056 Copy full SHA for 04a1056
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ echo ${JOB_TYPE}
29
29
30
30
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
31
31
retry_with_backoff 3 10 \
32
- mvn install -B -V \
32
+ mvn install -B -V -ntp \
33
33
-DskipTests=true \
34
34
-Dclirr.skip=true \
35
35
-Denforcer.skip=true \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
31
31
32
32
# this should run maven enforcer
33
33
retry_with_backoff 3 10 \
34
- mvn install -B -V \
34
+ mvn install -B -V -ntp \
35
35
-DskipTests=true \
36
36
-Dclirr.skip=true
37
37
86
86
else
87
87
msg " Errors found. See log statements above."
88
88
exit 1
89
- fi
89
+ fi
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-errorreporting.git",
7
- "sha": "c6b238f0f6c85739dbbc4a119dad7d291bf1a828 "
7
+ "sha": "822cee27664c9169305e6a7ec2634c06ec914eed "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88 "
22
+ "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments