This repository was archived by the owner on Sep 16, 2023. It is now read-only.
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-websecurityscanner.git",
7
- "sha": "b6cbc3d534257a9c0521a57a795509c149ddea39 "
7
+ "sha": "fa65ddb7aa44f3953f2f2f15f41d43f07bf72c8e "
8
8
}
9
9
},
10
10
{
35
35
"git": {
36
36
"name": "synthtool",
37
37
"remote": "https://github.com/googleapis/synthtool.git",
38
- "sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88 "
38
+ "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2 "
39
39
}
40
40
}
41
41
],
You can’t perform that action at this time.
0 commit comments