mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-31 22:29:10 +00:00
Use SS2 for class mapping too (reverted from commit 4a50b4a372
)
This commit is contained in:
parent
47c51288b2
commit
32c481a1e3
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class Builder
|
|||
File clMappedJar = new File( finalMappedJar + "-cl" );
|
||||
File mMappedJar = new File( finalMappedJar + "-m" );
|
||||
|
||||
runProcess( CWD, "java", "-jar", "BuildData/bin/SpecialSource-2.jar", "map", "-i", vanillaJar.getPath(), "-m", "BuildData/mappings/" + versionInfo.getClassMappings(), "-o", clMappedJar.getPath() );
|
||||
runProcess( CWD, "java", "-jar", "BuildData/bin/SpecialSource.jar", "-i", vanillaJar.getPath(), "-m", "BuildData/mappings/" + versionInfo.getClassMappings(), "-o", clMappedJar.getPath() );
|
||||
|
||||
runProcess( CWD, "java", "-jar", "BuildData/bin/SpecialSource-2.jar", "map", "-i", clMappedJar.getPath(),
|
||||
"-m", "BuildData/mappings/" + versionInfo.getMemberMappings(), "-o", mMappedJar.getPath() );
|
||||
|
|
Loading…
Add table
Reference in a new issue