This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11docker :
22 image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3- digest : sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
3+ digest : sha256:efbfc5e9ff713005a037941f8ebcc0c69cc630e3ad934675ee26868705a30897
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ set +e
4747
4848case ${JOB_TYPE} in
4949test)
50- mvn test -B -Dclirr.skip=true -Denforcer.skip=true
50+ mvn test -B -ntp - Dclirr.skip=true -Denforcer.skip=true
5151 RETURN_CODE=$?
5252 ;;
5353lint)
54- mvn com.coveo:fmt-maven-plugin:check
54+ mvn com.coveo:fmt-maven-plugin:check -B -ntp
5555 RETURN_CODE=$?
5656 ;;
5757javadoc)
58- mvn javadoc:javadoc javadoc:test-javadoc
58+ mvn javadoc:javadoc javadoc:test-javadoc -B -ntp
5959 RETURN_CODE=$?
6060 ;;
6161integration)
@@ -71,7 +71,7 @@ integration)
7171 ;;
7272graalvm)
7373 # Run Unit and Integration Tests with Native Image
74- mvn -ntp -Pnative -Penable-integration-tests test
74+ mvn -B ${INTEGRATION_TEST_ARGS} - ntp -Pnative -Penable-integration-tests test
7575 RETURN_CODE=$?
7676 ;;
7777samples)
@@ -104,7 +104,7 @@ samples)
104104 fi
105105 ;;
106106clirr)
107- mvn -B -Denforcer.skip=true clirr:check
107+ mvn -B -ntp - Denforcer.skip=true clirr:check
108108 RETURN_CODE=$?
109109 ;;
110110* )
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-build'
5656If you are using Gradle without BOM, add this to your dependencies
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-build:3.3.6 '
59+ implementation 'com.google.cloud:google-cloud-build:3.3.7 '
6060```
6161
6262If you are using SBT, add this to your dependencies
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-build" % " 3.3.6 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-build" % " 3.3.7 "
6666```
6767
6868## Authentication
You can’t perform that action at this time.
0 commit comments