We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9004402 commit 6946fd7Copy full SHA for 6946fd7
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -29,7 +29,7 @@ echo ${JOB_TYPE}
29
30
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
31
retry_with_backoff 3 10 \
32
- mvn install -B -V \
+ mvn install -B -V -ntp \
33
-DskipTests=true \
34
-Dclirr.skip=true \
35
-Denforcer.skip=true \
synthtool/gcp/templates/java_library/.kokoro/dependencies.sh
@@ -31,7 +31,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
# this should run maven enforcer
36
-Dclirr.skip=true
37
@@ -86,4 +86,4 @@ then
86
else
87
msg "Errors found. See log statements above."
88
exit 1
89
-fi
+fi
0 commit comments