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

Commit

Permalink
ci: removing linkage-monitor from the required checks (#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 1d6d773 commit d24ae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .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 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 d24ae22

Please sign in to comment.