Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ fi
mvn install -B -V \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
-T 1C
-Dgcloud.download.skip=true

# if GOOGLE_APPLICATION_CREDIENTIALS is specified as a relative path prepend Kokoro root directory onto it
if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,17 +362,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.90.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core:current} -->
<version>1.90.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
<version>1.90.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core-grpc:current} -->
<version>1.90.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core-http</artifactId>
<version>1.90.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-core-http:current} -->
<version>1.90.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
3 changes: 3 additions & 0 deletions google-cloud-clients/google-cloud-core-grpc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Google Cloud Java Client -- Core gRPC extensions

This client has moved to https://github.com/googleapis/java-core
53 changes: 0 additions & 53 deletions google-cloud-clients/google-cloud-core-grpc/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading