mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Produce remapped jars after bootstrap jar
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1618dd945f
commit
ffdf8aeecf
1 changed files with 2 additions and 2 deletions
|
@ -484,7 +484,7 @@
|
|||
<artifactId>specialsource-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>remap</goal>
|
||||
</goals>
|
||||
|
@ -497,7 +497,7 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>remap</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in a new issue