mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
IDEA: bump maven-shade-plugin version
This commit is contained in:
parent
df98b411d0
commit
238930bfc3
|
@ -108,7 +108,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.1.1</version>
|
<version>3.4.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
<item>-Dteavm.version=${project.version}</item>
|
<item>-Dteavm.version=${project.version}</item>
|
||||||
<item>-Dmaven.repo.local=${settings.localRepository}</item>
|
<item>-Dmaven.repo.local=${settings.localRepository}</item>
|
||||||
<item>-B</item>
|
<item>-B</item>
|
||||||
|
<item>-e</item>
|
||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user