IDEA: bump maven-shade-plugin version

This commit is contained in:
Alexey Andreev 2022-11-17 13:10:57 +01:00
parent df98b411d0
commit 238930bfc3
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.1</version>
<version>3.4.0</version>
<executions>
<execution>
<phase>package</phase>

View File

@ -82,6 +82,7 @@
<item>-Dteavm.version=${project.version}</item>
<item>-Dmaven.repo.local=${settings.localRepository}</item>
<item>-B</item>
<item>-e</item>
</arguments>
</configuration>
</execution>