mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
IDEA: bump maven-shade-plugin version
This commit is contained in:
parent
df98b411d0
commit
238930bfc3
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user