Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 757f583

Browse files
chore: regenerate README (#294)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-02 21:36:43,577 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-02 21:36:44,533 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/9aff5282-6815-476f-9bf5-bf710e3a9bd5/targets - [ ] To automatically regenerate this PR, check this box.
1 parent bb37052 commit 757f583

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.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-tasks.git",
7-
"sha": "2f5afe00e9ee146534071d979f9baaa523807434"
7+
"sha": "bb37052502c1ababaf5f6d4661ddb1bb254e559b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
14+
"sha": "ba9918cd22874245b55734f57470c719b577e591"
1515
}
1616
}
1717
]

README.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,15 @@ Java idiomatic client for [Cloud Tasks][product-docs].
1010

1111
## Quickstart
1212

13-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
14-
```xml
15-
<dependencyManagement>
16-
<dependencies>
17-
<dependency>
18-
<groupId>com.google.cloud</groupId>
19-
<artifactId>libraries-bom</artifactId>
20-
<version>13.4.0</version>
21-
<type>pom</type>
22-
<scope>import</scope>
23-
</dependency>
24-
</dependencies>
25-
</dependencyManagement>
26-
27-
<dependencies>
28-
<dependency>
29-
<groupId>com.google.cloud</groupId>
30-
<artifactId>google-cloud-tasks</artifactId>
31-
</dependency>
32-
33-
```
3413

35-
If you are using Maven without BOM, add this to your dependencies:
14+
If you are using Maven, add this to your pom.xml file:
3615

3716
```xml
3817
<dependency>
3918
<groupId>com.google.cloud</groupId>
4019
<artifactId>google-cloud-tasks</artifactId>
4120
<version>1.30.7</version>
4221
</dependency>
43-
4422
```
4523

4624
If you are using Gradle, add this to your dependencies

0 commit comments

Comments
 (0)