From ab0ba1c471fe682b722ac6e017fdd1ad3beceed4 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:30:29 +0000 Subject: [PATCH] fix: enable longpaths support for windows test (#1485) (#921) Source-Link: https://github.com/googleapis/synthtool/commit/73365620c41d96e97ff474b2c4d39b890ad51967 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 --- java-speech/.github/.OwlBot.lock.yaml | 4 ++-- java-speech/.github/workflows/ci.yaml | 2 ++ java-speech/README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/java-speech/.github/.OwlBot.lock.yaml b/java-speech/.github/.OwlBot.lock.yaml index 1b645c012914..de9173d95efb 100644 --- a/java-speech/.github/.OwlBot.lock.yaml +++ b/java-speech/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 -# created: 2022-07-07T14:26:11.880812641Z + digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 +# created: 2022-07-13T13:53:17.676447481Z diff --git a/java-speech/.github/workflows/ci.yaml b/java-speech/.github/workflows/ci.yaml index 83ef7f9c2cf3..e3bb26e37719 100644 --- a/java-speech/.github/workflows/ci.yaml +++ b/java-speech/.github/workflows/ci.yaml @@ -39,6 +39,8 @@ jobs: windows: runs-on: windows-latest steps: + - name: Support longpaths + run: git config --system core.longpaths true - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: diff --git a/java-speech/README.md b/java-speech/README.md index 28d9c7f921ad..e1a60fc774cd 100644 --- a/java-speech/README.md +++ b/java-speech/README.md @@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:2.5.1' +implementation 'com.google.cloud:google-cloud-speech:2.5.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.1" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.2" ``` ## Authentication