This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed 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 @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727If you are using Gradle without BOM, add this to your dependencies
2828
2929``` Groovy
30- implementation 'com.google.cloud:google-cloud-shell:2.1.6 '
30+ implementation 'com.google.cloud:google-cloud-shell:2.1.7 '
3131```
3232
3333If you are using SBT, add this to your dependencies
3434
3535``` Scala
36- libraryDependencies += " com.google.cloud" % " google-cloud-shell" % " 2.1.6 "
36+ libraryDependencies += " com.google.cloud" % " google-cloud-shell" % " 2.1.7 "
3737```
3838
3939## Authentication
You can’t perform that action at this time.
0 commit comments