Skip to content

Commit

Permalink
fix(java): run Maven in plain console-friendly mode (#1301)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@7956842
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d
  • Loading branch information
gcf-owl-bot[bot] committed Jan 4, 2022
1 parent 9d562a2 commit a07d09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
digest: sha256:491a007c6bd6e77f9e9b1bebcd6cdf08a4a4ef2c228c123d9696845204cb685d
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.7.0'
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.8.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.7.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.8.0"
```

## Authentication
Expand Down

0 comments on commit a07d09c

Please sign in to comment.