Skip to content

Commit 47ed387

Browse files
feat: Remove use of deprecated gradle command in java README (googleapis#1196) (googleapis#613)
1 parent 14f9c43 commit 47ed387

3 files changed

Lines changed: 3 additions & 16 deletions

File tree

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:677e79291a12251a7c7e9c24db87f50ae0428bbb79c2bebc50e4fc5e9ed1ee32
3+
digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928

java-resourcemanager/.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:

java-resourcemanager/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-resourcemanager'
54+
implementation 'com.google.cloud:google-cloud-resourcemanager'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757

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

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

0 commit comments

Comments
 (0)