This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
grpc-google-cloud-cloudbuild-v1 Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff 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} )
1717If 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```
2525If 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```
2929If 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments