Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit7edcdee

Browse files
fix: enable longpaths support for windows test (#1485) (#429)
Source-Link:googleapis/synthtool@7336562Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
1 parentd85cd16 commit7edcdee

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

‎.github/.OwlBot.lock.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
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

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
windows:
4040
runs-on:windows-latest
4141
steps:
42+
-name:Support longpaths
43+
run:git config --system core.longpaths true
4244
-uses:actions/checkout@v3
4345
-uses:actions/setup-java@v3
4446
with:

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.analytics</groupId>
2424
<artifactId>google-analytics-admin</artifactId>
25-
<version>0.11.0</version>
25+
<version>0.12.0</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.analytics:google-analytics-admin:0.11.0'
32+
implementation 'com.google.analytics:google-analytics-admin:0.12.0'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies+="com.google.analytics"%"google-analytics-admin"%"0.11.0"
38+
libraryDependencies+="com.google.analytics"%"google-analytics-admin"%"0.12.0"
3939
```
4040

4141
##Authentication

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp