Commit a3666a4
authored
[build] exclude unnecessary plugin dependencies (#974)
`graphql-kotlin-plugin-core` was transitively pulling in the full dependencies for Spring, Netty and data-loader which are not required for its functionality.
This change eliminates 25 build dependencies:
- before: https://scans.gradle.com/s/bjgr6gnkaf3i6/build-dependencies
- after: https://scans.gradle.com/s/ojywargwsvkpk/build-dependencies
Resolves: #9301 parent 3097bfc commit a3666a4
File tree
2 files changed
+9
-4
lines changed- plugins/graphql-kotlin-plugin-core
- src/main/kotlin/com/expediagroup/graphql/plugin/generator
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
| 145 | + | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| |||
0 commit comments