Skip to content

Commit

Permalink
fix: enable longpaths support for windows test (#1485) (#242)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@7336562
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
  • Loading branch information
gcf-owl-bot[bot] authored Jul 13, 2022
1 parent 78ae4bd commit dccce2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions java-binary-authorization/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions java-binary-authorization/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions java-binary-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-binary-authorization</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.0'
implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.1'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.1"
```

## Authentication
Expand Down

0 comments on commit dccce2a

Please sign in to comment.