From 32557157c04ae88172d68a2871620683a9d98c70 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 7 Jan 2021 13:50:06 -0800 Subject: [PATCH] chore: regenerate README (#233) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-01-07 21:35:20,616 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-recommendations-ai/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 21:35:21,517 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/dc90b142-2050-4cfb-8e5c-f3e0c79b7875/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 350269e8..76d06819 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-recommendations-ai.git", - "sha": "0042be8cc4f49b4058c2f345078033ae95d913ee" + "sha": "886d64d5c2e280c7bbb7892ac87b681921d5cb9c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "996775eca5fd934edac3c2ae34b80ff0395b1717" + "sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8" } } ] diff --git a/README.md b/README.md index 81bf2817..3848d42f 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ If you are using Maven, add this to your pom.xml file: ``` -If you are using Gradle, add this to your dependencies +If you are using Gradle without BOM, add this to your dependencies ```Groovy compile 'com.google.cloud:google-cloud-recommendations-ai:0.3.7' ``` + If you are using SBT, add this to your dependencies ```Scala libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.3.7"