Commit bdecf1b
authored
Fix sources.jar generation for instrumentation & plugin (#324)
Plugin, Instrumentation-Extensions & Instrumentation-Runner had
essentially empty sources.jar artifacts because the current integration
only looked into src/main/java, but these modules changed to src/main/kotlin already.
Redefining the declaration makes all source folders appear now1 parent 3931ad3 commit bdecf1b
File tree
2 files changed
+8
-6
lines changed- build-logic/src/main/kotlin
- plugin/android-junit5
2 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
297 | | - | |
| 299 | + | |
298 | 300 | | |
299 | | - | |
| 301 | + | |
300 | 302 | | |
301 | | - | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments