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

Commit 5359486

Browse files
authored
docs: fix artifact name in README (#6)
* docs: fix artifact name in README * fix: dependency declaration
1 parent 5de1123 commit 5359486

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ Java idiomatic client for [Cloud Build][api-reference].
1313
1414
## Quickstart
1515

16-
[//]: # ({x-version-update-start:cloudbuild:released})
16+
[//]: # ({x-version-update-start:google-cloud-cloudbuild:released})
1717
If you are using Maven, add this to your pom.xml file
1818
```xml
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
21-
<artifactId>cloudbuild</artifactId>
21+
<artifactId>google-cloud-cloudbuild</artifactId>
2222
<version>0.0.1</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:cloudbuild:0.0.1'
27+
compile 'com.google.cloud:google-cloud-cloudbuild:0.0.1'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "cloudbuild" % "0.0.1"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-cloudbuild" % "0.0.1"
3232
```
3333
[//]: # ({x-version-update-end})
3434

@@ -55,8 +55,8 @@ project set up. You will also need to set up the local development environment b
5555

5656
### Installation and setup
5757

58-
You'll need to obtain the `cloudbuild` library. See the [Quickstart](#quickstart) section
59-
to add `cloudbuild` as a dependency in your code.
58+
You'll need to obtain the `google-cloud-cloudbuild` library. See the [Quickstart](#quickstart) section
59+
to add `google-cloud-cloudbuild` as a dependency in your code.
6060

6161
## Troubleshooting
6262

grpc-google-cloud-cloudbuild-v1/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>proto-google-cloud-cloudbuild-v1</artifactId>
3535
</dependency>
36+
<dependency>
37+
<groupId>com.google.api.grpc</groupId>
38+
<artifactId>proto-google-common-protos</artifactId>
39+
</dependency>
3640
<dependency>
3741
<groupId>com.google.guava</groupId>
3842
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)