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 16, 2023. It is now read-only.
/java-redisPublic archive

Commit973ec12

Browse files
build(java): update renovate config to mark conformance tests as a test commit type (#1199) (#497)
1 parent20c4805 commit973ec12

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

‎.github/.OwlBot.lock.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image:gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest:sha256:8e27e5a7297b40eca3ab46ae67f10c575813a85c673839030aa161d0818f3a24
3+
digest:sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16

‎.github/workflows/ci.yaml‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ jobs:
4242
java-version:${{matrix.java}}
4343
-run:java -version
4444
-run:.kokoro/dependencies.sh
45-
linkage-monitor:
46-
runs-on:ubuntu-latest
47-
steps:
48-
-uses:actions/checkout@v2
49-
-uses:actions/setup-java@v1
50-
with:
51-
java-version:8
52-
-run:java -version
53-
-name:Install artifacts to local Maven repository
54-
run:.kokoro/build.sh
55-
shell:bash
56-
-name:Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release)
57-
uses:GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor
5845
lint:
5946
runs-on:ubuntu-latest
6047
steps:

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
5151
```Groovy
5252
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5353
54-
compile 'com.google.cloud:google-cloud-redis'
54+
implementation 'com.google.cloud:google-cloud-redis'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-redis:2.0.2'
59+
implementation 'com.google.cloud:google-cloud-redis:2.0.2'
6060
```
6161

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

‎renovate.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"^junit:junit",
5151
"^com.google.truth:truth",
5252
"^org.mockito:mockito-core",
53-
"^org.objenesis:objenesis"
53+
"^org.objenesis:objenesis",
54+
"^com.google.cloud:google-cloud-conformance-tests"
5455
],
5556
"semanticCommitType":"test",
5657
"semanticCommitScope":"deps"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp