Skip to content

Commit

Permalink
chore(java): add a note in README for migrated split repos (#1687) (#673
Browse files Browse the repository at this point in the history
)

* chore(java): add a note in README for migrated split repos (#1687)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <chingor@google.com>
Source-Link: googleapis/synthtool@d4b2916
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

* 🦉 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>
Co-authored-by: Jeff Ching <chingor@google.com>
Co-authored-by: Diego Alonso Marquez Palacios <diegomarquezp@google.com>
  • Loading branch information
4 people committed Nov 16, 2022
1 parent e6d6288 commit ffafcd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java-monitoring-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-dashboard</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.7.0'
implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.8.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.7.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.8.0"
```

## Authentication
Expand Down

0 comments on commit ffafcd8

Please sign in to comment.