Skip to content

Commit

Permalink
ci: removing clirr from required checks (googleapis#932)
Browse files Browse the repository at this point in the history
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
  • Loading branch information
suztomo authored Jun 28, 2022
1 parent 0d07e08 commit cb237e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions java-vision/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
Expand All @@ -26,7 +25,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (7)
- units (8)
- units (11)
Expand Down
4 changes: 2 additions & 2 deletions java-vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ 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:2.1.3'
implementation 'com.google.cloud:google-cloud-vision:2.1.4'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.1.3"
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.1.4"
```

## Authentication
Expand Down

0 comments on commit cb237e6

Please sign in to comment.