mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-05 16:59:05 +00:00
#47: Don't apply patches to spigot if we don't build it
This commit is contained in:
parent
1fdb04b019
commit
da67ff1ad2
1 changed files with 3 additions and 3 deletions
|
@ -711,11 +711,11 @@ public class Builder
|
|||
|
||||
try
|
||||
{
|
||||
runProcess( spigot, applyPatchesShell, "applyPatches.sh" );
|
||||
System.out.println( "*** Spigot patches applied!" );
|
||||
|
||||
if ( compile.contains( Compile.SPIGOT ) )
|
||||
{
|
||||
runProcess( spigot, applyPatchesShell, "applyPatches.sh" );
|
||||
System.out.println( "*** Spigot patches applied!" );
|
||||
|
||||
System.out.println( "Compiling Spigot & Spigot-API" );
|
||||
runMavenServer( spigot, "clean", "install" );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue