Skip to content

Commit b0b26bc

Browse files
committed
upgrade shadow plugin for java 21 support
1 parent d27eab6 commit b0b26bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
44
id 'com.diffplug.spotless' version '6.25.0'
55
id 'org.barfuin.gradle.jacocolog' version '3.1.0'
6-
id 'com.github.johnrengelman.shadow' version '8.1.1'
6+
id 'com.gradleup.shadow' version '8.3.10'
77
id 'io.freefair.lombok' version '8.4'
88
}
99

0 commit comments

Comments
 (0)