Skip to content

Commit

Permalink
ci: removing linkage-monitor from the required checks (googleapis#606)
Browse files Browse the repository at this point in the history
Linkage Monitor is no longer needed, because the Libraries BOM synchronizes with Google Cloud BOM and the shared dependencies BOM GoogleCloudPlatform/cloud-opensource-java#2137
  • Loading branch information
suztomo committed Aug 24, 2021
1 parent c522db6 commit d635552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions java-resourcemanager/.github/sync-repo-settings.yaml
Expand Up @@ -10,7 +10,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (8)
Expand All @@ -26,7 +25,6 @@ branchProtectionRules:
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- linkage-monitor
- lint
- clirr
- units (7)
Expand Down
4 changes: 2 additions & 2 deletions java-resourcemanager/README.md
Expand Up @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-resourcemanager'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-resourcemanager:1.0.2'
compile 'com.google.cloud:google-cloud-resourcemanager:1.0.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.0.2"
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.0.3"
```

## Authentication
Expand Down

0 comments on commit d635552

Please sign in to comment.