Upgrade maven-shade-plugin to 3.0.0

A critical bug related to Java 8 bytecode (default/static methods in
interfaces) was fixed in maven-shade-plugin in 3.0.0, which reproduces
for kotlin-compiler-embeddable on Java 9 because the verifier in Java 9
started to check consistency of constant pool references to methods in
interfaces

 #KT-17112 Fixed
This commit is contained in:
Alexander Udalov
2017-03-30 16:27:49 +03:00
parent dc4c8c40bf
commit b5ea6d3e25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.0.0</version>
<configuration>
<artifactSet>
<includes>