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

feat: Remove use of deprecated gradle command in java README (#1196) #127

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
digest: sha256:1744d4b11d443b1f1d5a5c29a0ed71738a34f4d6a9a6f74e4d36df3f2c16c87b
digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-artifact-registry:0.3.2'
implementation 'com.google.cloud:google-cloud-artifact-registry:0.3.2'
```

If you are using SBT, add this to your dependencies
Expand Down