Commit 9e68dbf
authored
chore(deps): update plugin com.gradleup.shadow to v9 (#24)
In addition to `module-info.class` not being generated since upgrading
to shadow 7x, there is now a new line (`Multi-Release: true`) in
`META-INF/MANIFEST.MF` and no more `META-INF/versions` folder.
Details:
```
diff -r ../ASYNCSUPPORT_JARS/TicketBot-1.0-SNAPSHOT-all-NO-MAINTENANCE/META-INF/MANIFEST.MF ../ASYNCSUPPORT_JARS/TicketBot-1.0-SNAPSHOT-all-SHADOW-9x/META-INF/MANIFEST.MF
2a3
> Multi-Release: true
Only in ../ASYNCSUPPORT_JARS/TicketBot-1.0-SNAPSHOT-all-NO-MAINTENANCE/META-INF: versions
```
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6bc8ef9 commit 9e68dbf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments