mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Generate bootstrap jar separately
By: md_5 <git@md-5.net>
This commit is contained in:
parent
34c3a49371
commit
2a6e33ffed
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,6 @@
|
|||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addDefaultEntries>false</addDefaultEntries>
|
||||
|
@ -370,6 +369,7 @@
|
|||
<Main-Class>org.bukkit.craftbukkit.bootstrap.Main</Main-Class>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
<attach>false</attach>
|
||||
<descriptors>
|
||||
<descriptor>${project.basedir}/src/assembly/bootstrap.xml</descriptor>
|
||||
</descriptors>
|
||||
|
|
Loading…
Reference in a new issue