Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit c442676

Browse files
feat: Remove use of deprecated gradle command in java README (#1196) (#127)
1 parent 0d3ce08 commit c442676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:1744d4b11d443b1f1d5a5c29a0ed71738a34f4d6a9a6f74e4d36df3f2c16c87b
3+
digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you are using Maven, add this to your pom.xml file:
2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-artifact-registry:0.3.2'
32+
implementation 'com.google.cloud:google-cloud-artifact-registry:0.3.2'
3333
```
3434

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

0 commit comments

Comments
 (0)