Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit ecac0b4

Browse files
chore: regenerate README (#386)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-07 21:35:50,473 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 21:35:51,392 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/72cf975b-54ca-41fb-9a33-593fe13d3831/targets - [ ] To automatically regenerate this PR, check this box.
1 parent d92126c commit ecac0b4

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging.git",
7-
"sha": "f713daaf26ebd642ed31568cd8780c36b223632b"
7+
"sha": "d92126c4f2ff4b99256f1bd02f88d496240d5555"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "41e998d5afdc2c2143a23c9b044b9931936f7318"
14+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
1515
}
1616
}
1717
]

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>16.2.0</version>
20+
<version>16.2.1</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -44,10 +44,17 @@ If you are using Maven without BOM, add this to your dependencies:
4444

4545
```
4646

47-
If you are using Gradle, add this to your dependencies
47+
If you are using Gradle 5.x or later, add this to your dependencies
48+
```Groovy
49+
implementation platform('com.google.cloud:libraries-bom:16.2.1')
50+
51+
compile 'com.google.cloud:google-cloud-logging'
52+
```
53+
If you are using Gradle without BOM, add this to your dependencies
4854
```Groovy
4955
compile 'com.google.cloud:google-cloud-logging:2.1.2'
5056
```
57+
5158
If you are using SBT, add this to your dependencies
5259
```Scala
5360
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.1.2"

0 commit comments

Comments
 (0)