Skip to content

Commit 6bc8ef9

Browse files
committed
chore(deps): migrate to gradleup shadow
com.github.johnrengelman.shadow was moved to com.gradleup.shadow
1 parent 984d8ab commit 6bc8ef9

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 '8.1.1'
4+
id 'com.gradleup.shadow' version '8.3.9'
55
id 'io.freefair.lombok' version '6.5.1'
66
id 'com.diffplug.spotless' version '7.2.1'
77
}

0 commit comments

Comments
 (0)