Skip to content

Commit

Permalink
chore: update build badge (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubha-rajan authored Feb 26, 2021
1 parent 3c9c3fb commit 2bebe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Cloud SQL Connector for Java

![CI Java 8][ci-badge-java-8]
![CI Java 11][ci-badge-java-8]
![CI Java 11][ci-badge-java-11]

The Cloud SQL Connector for Java is a library that provides IAM-based authorization and encryption when connecting to a Cloud SQL instance. It can *not* provide a network path to a Cloud SQL instance if one is not already present. See the [Connecting Overview](https://cloud.google.com/sql/docs/mysql/connect-overview) page for more information on connecting to a Cloud SQL instance.

Expand Down Expand Up @@ -72,4 +72,4 @@ Here are some troubleshooting tips to resolve common issues that come up when us
1. The Java connector provides authorization for connections, but it does not provide new paths to connectivity. For example, in order to connect to a Cloud SQL instance using a Private IP address, your application must already have VPC access.

[ci-badge-java-8]: https://storage.googleapis.com/cloud-devrel-public/cloud-sql-connectors/java/java8_linux.svg
[ci-badge-java-11]: https://storage.googleapis.com/cloud-devrel-public/cloud-sql-connectors/java/java11_linux.svg
[ci-badge-java-11]: https://storage.googleapis.com/cloud-devrel-public/cloud-sql-connectors/java/java11_linux.svg

0 comments on commit 2bebe04

Please sign in to comment.