mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-31 22:29:10 +00:00
BUILDTOOLS-432: Fix building older versions
This commit is contained in:
parent
93d6e6d422
commit
08e1bad1f1
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ public class Builder
|
|||
|
||||
if ( versionInfo.getFinalMapCommand() == null )
|
||||
{
|
||||
versionInfo.setFinalMapCommand( "java -jar BuildData/bin/SpecialSource.jar --kill-lvt -i {0} --access-transformer {1} -m {2} -o {3}" );
|
||||
versionInfo.setFinalMapCommand( "java -jar BuildData/bin/SpecialSource.jar --kill-lvt -i {0} --access-transformer {1} -m {2} -o {3}" );
|
||||
}
|
||||
runProcess( CWD, MessageFormat.format( versionInfo.getFinalMapCommand(), mMappedJar.getPath(), "BuildData/mappings/" + versionInfo.getAccessTransforms(),
|
||||
"BuildData/mappings/" + versionInfo.getPackageMappings(), finalMappedJar.getPath() ).split( " " ) );
|
||||
|
|
Loading…
Add table
Reference in a new issue