mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Exclude dependencies already present in servers (only affects plugin)
This commit is contained in:
parent
6f5fc4c85c
commit
f59e4672a0
6 changed files with 54 additions and 76 deletions
|
@ -46,7 +46,6 @@
|
|||
<build>
|
||||
<finalName>${outputName}</finalName>
|
||||
<directory>../../target</directory>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -70,11 +69,11 @@
|
|||
<goals>
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue