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

Commit

Permalink
ci: removing linkage-monitor from the required checks (#41)
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 51ee1a3 commit 7bfa21a
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 @@ -30,13 +30,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-datastream:0.2.0'
compile 'com.google.cloud:google-cloud-datastream:0.2.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "0.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "0.2.1"
```

## Authentication
Expand Down

0 comments on commit 7bfa21a

Please sign in to comment.