Skip to content

Commit 8fbace9

Browse files
committed
chore(deps): upgrade to shadow v7
Required before being able to upgrade to Gradle v8 It stops generating a module-info.class into the shadow jar: information to keep in mind if an undetermined issue occurs.
1 parent 6589b0d commit 8fbace9

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.github.johnrengelman.shadow' version '6.1.0'
4+
id 'com.github.johnrengelman.shadow' version '7.1.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)