Skip to content

Commit 850cdd5

Browse files
chore: regenerate README (googleapis#342)
1 parent e409028 commit 850cdd5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

java-resourcemanager/.github/readme/synth.metadata/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "84a518da37185f103be29e8db04704772cbf7f35"
7+
"sha": "440d9c9cacb15ad87c57d94f7efb4a4a6239a98f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

java-resourcemanager/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,17 @@ If you are using Maven without BOM, add this to your dependencies:
4646

4747
```
4848

49-
If you are using Gradle, add this to your dependencies
49+
If you are using Gradle 5.x or later, add this to your dependencies
50+
```Groovy
51+
implementation platform('com.google.cloud:libraries-bom:16.2.0')
52+
53+
compile 'com.google.cloud:google-cloud-resourcemanager'
54+
```
55+
If you are using Gradle without BOM, add this to your dependencies
5056
```Groovy
5157
compile 'com.google.cloud:google-cloud-resourcemanager:0.118.6-alpha'
5258
```
59+
5360
If you are using SBT, add this to your dependencies
5461
```Scala
5562
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.118.6-alpha"

0 commit comments

Comments
 (0)