Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(java): add -ntp flag to native image testing command (#1299) (#629)
  • Loading branch information
gcf-owl-bot[bot] committed Dec 6, 2021
1 parent 602aefd commit 965d176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:5b8c790f57cca57e6b37ba25f79291265c218cea3e6ba9714b001910ab3f1419
digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Expand Up @@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
mvn -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-accessapproval'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.1.7'
implementation 'com.google.cloud:google-cloud-accessapproval:2.1.8'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.1.7"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.1.8"
```

## Authentication
Expand Down

0 comments on commit 965d176

Please sign in to comment.