Skip to content

Commit 7c8e620

Browse files
Updated installation documentation regarding shading plugin version
It turns out that for zLib to be shaded into a Java 8 plugin, maven-shade-plugin version 2.4 or later is required due to the existance of static methods in zLib.
1 parent 6766373 commit 7c8e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Either create a plugin as usual and add the zLib as explained below, or use [the
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-shade-plugin</artifactId>
51-
<version>2.3</version>
51+
<version>2.4</version>
5252
<configuration>
5353
<artifactSet>
5454
<includes>

0 commit comments

Comments
 (0)