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

Commit ef46dea

Browse files
chore: regenerate README (#170)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-11 19:39:53,117 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-11 19:39:54,001 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/f8e80532-a780-4e3c-a818-6eeda43edb54/targets - [ ] To automatically regenerate this PR, check this box.
1 parent b4f48a0 commit ef46dea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.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-workflows.git",
7-
"sha": "c3a180955ebcf569caebece349fa2565f7ea0929"
7+
"sha": "b4f48a07da5e155cffa991d40588dcaa6e9ef796"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ If you are using Maven, add this to your pom.xml file:
2525

2626
```
2727

28-
If you are using Gradle, add this to your dependencies
28+
If you are using Gradle without BOM, add this to your dependencies
2929
```Groovy
3030
compile 'com.google.cloud:google-cloud-workflows:0.1.4'
3131
```
32+
3233
If you are using SBT, add this to your dependencies
3334
```Scala
3435
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.4"

0 commit comments

Comments
 (0)