We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adf526 commit b08be58Copy full SHA for b08be58
1 file changed
.kokoro/build.sh
@@ -35,6 +35,17 @@ retry_with_backoff 3 10 \
35
-Denforcer.skip=true \
36
-Dmaven.javadoc.skip=true \
37
-Dgcloud.download.skip=true \
38
+ -pl !pqc-test \
39
+ -T 1C
40
+
41
+retry_with_backoff 3 10 \
42
+ mvn install -B -V -ntp \
43
+ -DskipTests=true \
44
+ -Dclirr.skip=true \
45
+ -Denforcer.skip=true \
46
+ -Dmaven.javadoc.skip=true \
47
+ -Dgcloud.download.skip=true \
48
+ -pl pqc-test \
49
-T 1C
50
51
# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
0 commit comments