13
0
geforkt von Mirrors/Paper

Produce remapped jars after bootstrap jar

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2021-11-26 09:41:18 +11:00
Ursprung 1618dd945f
Commit ffdf8aeecf

Datei anzeigen

@ -484,7 +484,7 @@
<artifactId>specialsource-maven-plugin</artifactId> <artifactId>specialsource-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>verify</phase>
<goals> <goals>
<goal>remap</goal> <goal>remap</goal>
</goals> </goals>
@ -497,7 +497,7 @@
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<phase>package</phase> <phase>verify</phase>
<goals> <goals>
<goal>remap</goal> <goal>remap</goal>
</goals> </goals>