| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 93f10d0 commit f0e2e88
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest | |
| 16 | - digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 | ||
| 17 | - # created: 2022-07-07T14:26:11.880812641Z | ||
| 16 | + digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 | ||
| 17 | + # created: 2022-07-13T13:53:17.676447481Z | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,6 +39,8 @@ jobs: | |||
| 39 | 39 | windows: | |
| 40 | 40 | runs-on: windows-latest | |
| 41 | 41 | steps: | |
| 42 | + - name: Support longpaths | ||
| 43 | + run: git config --system core.longpaths true | ||
| 42 | 44 | - uses: actions/checkout@v3 | |
| 43 | 45 | - uses: actions/setup-java@v3 | |
| 44 | 46 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 50 | 50 | If you are using Gradle 5.x or later, add this to your dependencies: | |
| 51 | 51 | ||
| 52 | 52 | ```Groovy | |
| 53 | - implementation platform('com.google.cloud:libraries-bom:25.4.0') | ||
| 53 | + implementation platform('com.google.cloud:libraries-bom:26.0.0') | ||
| 54 | 54 | ||
| 55 | 55 | implementation 'com.google.cloud:google-cloud-vision' | |
| 56 | 56 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments