-
Notifications
You must be signed in to change notification settings - Fork 131
fix: adds assembly descriptor to snippets samples #559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: adds assembly descriptor to snippets samples #559
Conversation
Creates a jar with dependencies for the snippets samples. This is how we executed the samples in the other repository, so we are mimicking the process here.
Codecov Report
@@ Coverage Diff @@
## master #559 +/- ##
=========================================
Coverage 84.05% 84.05%
Complexity 2503 2503
=========================================
Files 141 141
Lines 13806 13806
Branches 1317 1317
=========================================
Hits 11604 11604
Misses 1656 1656
Partials 546 546 Continue to review full report at Codecov.
|
<spanner.test.instance>default-instance</spanner.test.instance> | ||
<spanner.sample.database>mysample</spanner.sample.database> | ||
<spanner.quickstart.database>quickstart-db | ||
</spanner.quickstart.database> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could this be one line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this was broken, because of the 80 characters per column checkstyle rule.
🤖 I have created a release \*beep\* \*boop\* --- ### [2.3.3](https://www.github.com/googleapis/java-spanner-jdbc/compare/v2.3.2...v2.3.3) (2021-08-19) ### Dependencies * update dependency com.google.cloud:google-cloud-spanner-bom to v6.11.1 ([googleapis#556](https://www.github.com/googleapis/java-spanner-jdbc/issues/556)) ([36f0d32](https://www.github.com/googleapis/java-spanner-jdbc/commit/36f0d32aec65f098f7091d44a0e4acc98104aeb9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Creates a jar with dependencies for the snippets samples. This is how we executed the samples in the other repository, so we are mimicking the process here.