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

Commit

Permalink
chore: Disabling flakybot (#1076)
Browse files Browse the repository at this point in the history
* chore: Disabling flakybot

* 馃 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
ddixit14 and gcf-owl-bot[bot] committed Feb 7, 2023
1 parent ca8c271 commit 5aa710f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kokoro/nightly/integration.cfg
Expand Up @@ -23,7 +23,7 @@ env_vars: {

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
value: "false"
}

env_vars: {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -57,20 +57,20 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.1.5')
implementation platform('com.google.cloud:libraries-bom:26.6.0')
implementation 'com.google.cloud:google-cloud-vision'
```
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-vision:3.4.0'
implementation 'com.google.cloud:google-cloud-vision:3.8.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.8.0"
```

## Authentication
Expand Down

0 comments on commit 5aa710f

Please sign in to comment.