Skip to content

Commit d19ca92

Browse files
committed
[Gradle] Upgrade to Shadow 7.1.0.
1 parent c756afc commit d19ca92

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
@@ -20,7 +20,7 @@ import java.security.MessageDigest
2020

2121
plugins {
2222
id 'java-library'
23-
id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
23+
id 'com.github.johnrengelman.shadow' version '7.1.0' apply false
2424
id "com.github.ben-manes.versions" version "0.39.0"
2525
}
2626

0 commit comments

Comments
 (0)