File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88 "
14
+ "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2 "
15
15
}
16
16
}
17
17
],
You can’t perform that action at this time.
0 commit comments