Skip to content

Commit 2329904

Browse files
committed
[Java] Upgrade to Shadow 2.0.4.
1 parent 4b83cce commit 2329904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121

2222
plugins {
2323
id 'java'
24-
id 'com.github.johnrengelman.shadow' version '2.0.3' apply false
24+
id 'com.github.johnrengelman.shadow' version '2.0.4' apply false
2525
}
2626

2727
defaultTasks 'clean', 'build', 'shadowJar', 'install'
@@ -149,7 +149,7 @@ subprojects {
149149
options.encoding = 'UTF-8'
150150
options.deprecation = true
151151
}
152-
152+
153153
test {
154154
testLogging {
155155
showStandardStreams = true

0 commit comments

Comments
 (0)