This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
docker :
2
- digest : sha256:4e961d006ec9e44501273788f3cbe1e060c4666742ba190f60d6a05bcdf3ac8f
3
- image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
2
+ image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3
+ digest : sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ integration)
71
71
;;
72
72
graalvm)
73
73
# Run Unit and Integration Tests with Native Image
74
- mvn test -Pnative -Penable-integration-tests
74
+ mvn -ntp -Pnative -Penable-integration-tests test
75
75
RETURN_CODE=$?
76
76
;;
77
77
samples)
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-container'
56
56
If you are using Gradle without BOM, add this to your dependencies
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-container:2.2.1 '
59
+ implementation 'com.google.cloud:google-cloud-container:2.3.0 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-container" % " 2.2.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-container" % " 2.3.0 "
66
66
```
67
67
68
68
## Authentication
You can’t perform that action at this time.
0 commit comments