Skip to content

Commit 4181188

Browse files
committed
fix publishing plugin compatibility with shadow jar
1 parent d55d8d9 commit 4181188

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
@@ -19,7 +19,7 @@
1919
/***************************/
2020

2121
plugins {
22-
id "com.github.johnrengelman.shadow" version "6.0.0"
22+
id "com.github.johnrengelman.shadow" version "5.2.0"
2323
id "com.github.spotbugs" version "4.5.0"
2424
id "io.codearte.nexus-staging" version "0.22.0"
2525
id "de.marcphilipp.nexus-publish" version "0.4.0"

0 commit comments

Comments
 (0)