Skip to content

Commit 5a0c518

Browse files
chore: regenerate README (googleapis#337)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-31 23:34:10,379 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner-jdbc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-31 23:34:11,331 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/c457d563-a78f-4df4-9e52-78d49fa9db85/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 793cdc7 commit 5a0c518

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

java-spanner-jdbc/.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": "5115ed8f45b4fe1c0424d25190cdfc8681ef388f"
7+
"sha": "8b4e50d10a9121334be3d8b5ed0d8fc9ff63c182"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
14+
"sha": "d1bb9173100f62c0cfc8f3138b62241e7f47ca6a"
1515
}
1616
}
1717
]

java-spanner-jdbc/README.md

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

87+
### Creating a Shaded Jar
88+
89+
A jar with all dependencies included is automatically generated when you execute `mvn package`.
90+
The dependencies in this jar are not shaded. To create a jar with shaded dependencies you must
91+
activate the `shade` profile like this:
92+
93+
```
94+
mvn package -Pshade
95+
```
96+
8797

8898

8999

0 commit comments

Comments
 (0)