mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-04-13 09:31:28 +00:00
Use SS2 for class mapping too
This commit is contained in:
parent
3273a6e65a
commit
4a50b4a372
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ public class Builder
|
|||
File clMappedJar = new File( finalMappedJar + "-cl" );
|
||||
File mMappedJar = new File( finalMappedJar + "-m" );
|
||||
|
||||
runProcess( CWD, "java", "-jar", "BuildData/bin/SpecialSource.jar", "-i", vanillaJar.getPath(), "-m", "BuildData/mappings/bukkit-1.8-cl.csrg", "-o", clMappedJar.getPath() );
|
||||
runProcess( CWD, "java", "-jar", "BuildData/bin/SpecialSource-2.jar", "map", "-i", vanillaJar.getPath(), "-m", "BuildData/mappings/bukkit-1.8-cl.csrg", "-o", clMappedJar.getPath() );
|
||||
|
||||
runProcess( CWD, "java", "-jar", "BuildData/bin/SpecialSource-2.jar", "map", "-i", clMappedJar.getPath(),
|
||||
"-m", "BuildData/mappings/bukkit-1.8-members.csrg", "-o", mMappedJar.getPath() );
|
||||
|
|
Loading…
Add table
Reference in a new issue