Skip to content

Commit

Permalink
Update maven-shade-plugin.
Browse files Browse the repository at this point in the history
Previous versions were incompatible with lambdas and possibly other Java 8 features.
  • Loading branch information
PseudoKnight committed Feb 3, 2018
1 parent 27c43d2 commit 82a3af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -487,7 +487,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.4</version>
<version>2.3</version>
<executions>
<execution>
<id>ShadedBundle</id>
Expand Down

0 comments on commit 82a3af1

Please sign in to comment.