We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc50e8 commit 2910e35Copy full SHA for 2910e35
1 file changed
pom.xml
@@ -285,7 +285,8 @@
285
<plugin>
286
<groupId>org.apache.maven.plugins</groupId>
287
<artifactId>maven-shade-plugin</artifactId>
288
- <version>3.4.1</version>
+ <version>3.2.4</version>
289
+ <!-- DO NOT USE LATER VERSIONS OF THE SHADE PLUGIN - SEE ISSUE 201 FOR CONTEXT -->
290
<configuration>
291
<shadedArtifactAttached>true</shadedArtifactAttached>
292
<shadedClassifierName>jar-with-dependencies</shadedClassifierName>
0 commit comments