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 +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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:5b8c790f57cca57e6b37ba25f79291265c218cea3e6ba9714b001910ab3f1419
3+ digest : sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ integration)
7171 ;;
7272graalvm)
7373 # Run Unit and Integration Tests with Native Image
74- mvn test -Pnative -Penable-integration-tests
74+ mvn -ntp -Pnative -Penable-integration-tests test
7575 RETURN_CODE=$?
7676 ;;
7777samples)
Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting'
7878If you are using Gradle without BOM, add this to your dependencies
7979
8080``` Groovy
81- implementation 'com.google.cloud:google-cloud-errorreporting:0.122.8 -beta'
81+ implementation 'com.google.cloud:google-cloud-errorreporting:0.122.9 -beta'
8282```
8383
8484If you are using SBT, add this to your dependencies
8585
8686``` Scala
87- libraryDependencies += " com.google.cloud" % " google-cloud-errorreporting" % " 0.122.8 -beta"
87+ libraryDependencies += " com.google.cloud" % " google-cloud-errorreporting" % " 0.122.9 -beta"
8888```
8989
9090## Authentication
You can’t perform that action at this time.
0 commit comments