Commit 8177b6b
committed
Remove dependency to 'javax.inject'
This is packaged in the Gradle API already and thus the dependency adds
duplicated classes to the plugin compilation and runtime classpaths.
I discovered this by running dependency analysis on a Gradle plugin
build. It prompted me to add the dependency to 'inject', although
I did not have the dependency before, because I want to use it from the
Gradle API directly. Other Gradle plugins also do not have this
dependency, despite using `@Inject`.
Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>1 parent d42dd31 commit 8177b6b
File tree
3 files changed
+4
-4
lines changed- build-logic/convention
- gradle
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments