Skip to content

Commit 9e68dbf

Browse files
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

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'com.gradleup.shadow' version '8.3.9'
4+
id 'com.gradleup.shadow' version '9.0.2'
55
id 'io.freefair.lombok' version '6.5.1'
66
id 'com.diffplug.spotless' version '7.2.1'
77
}

0 commit comments

Comments
 (0)