Skip to content

Commit 960ac3b

Browse files
chore: regenerate README (#405)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-24 04:58:13,532 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-24 04:58:14,418 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/ef8c06cb-a758-45ba-ae33-be84ee3c8c9d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 3e0fbd1 commit 960ac3b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
7-
"sha": "b83537e08c9f453904ddbe0d1b642477a45c16ac"
7+
"sha": "3e0fbd1706fc269cd7bfcd2258181487cc40cece"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ac8f20f12e7a4c0b0ae1c6fa415f684a25ea82b7"
14+
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ try (Connection connection =
8484
}
8585
```
8686

87+
### Jar with Dependencies
88+
A single jar with all dependencies can be downloaded from https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/latest
89+
or be built with the command `mvn package` (select the jar that is named `google-cloud-spanner-jdbc-<version>-single-jar-with-dependencies.jar`).
90+
8791
### Creating a Shaded Jar
8892

8993
A jar with all dependencies included is automatically generated when you execute `mvn package`.

0 commit comments

Comments
 (0)