Commit dfab079
authored
feat: add Shadow plugin to build shaded Kotlin jars (#1345)
Adds the [Shadow](https://github.com/johnrengelman/shadow) plugin. This
will let us build shaded jars that include all dependencies so
developers can use the Kotlin SDK as a standalone jar in other JVM
projects.
Fixes #1344
## Developer Checklist
[ℹ️](https://github.com/looker-open-source/sdk-codegen/blob/main/CONTRIBUTING.md#developer-checklist)
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a
[bug/issue](https://github.com/looker-open-source/sdk-codegen/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Appropriate docs were updated (if necessary)1 parent c37c508 commit dfab079
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
0 commit comments