Skip to content

Commit 368ddff

Browse files
committed
[Java] Upgrade to Shadow 5.1.0.
1 parent bd19ff6 commit 368ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
id 'java'
2424
id 'com.gradle.build-scan' version '2.3'
2525
id "io.freefair.javadoc-links" version "3.7.5" apply false
26-
id 'com.github.johnrengelman.shadow' version '5.0.0' apply false
26+
id 'com.github.johnrengelman.shadow' version '5.1.0' apply false
2727
}
2828

2929
defaultTasks 'clean', 'build', 'shadowJar', 'install'

0 commit comments

Comments
 (0)