mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
Revert "Make SourceRemapper threaded (#446)"
This reverts commit ef2816b0d0.
This commit is contained in:
@@ -24,10 +24,7 @@
|
||||
|
||||
package net.fabricmc.loom.task;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.gradle.api.tasks.Internal;
|
||||
import org.gradle.api.tasks.TaskAction;
|
||||
|
||||
import net.fabricmc.loom.util.SourceRemapper;
|
||||
|
||||
@@ -38,13 +35,4 @@ public class RemapAllSourcesTask extends AbstractLoomTask {
|
||||
public SourceRemapper getSourceRemapper() {
|
||||
return sourceRemapper;
|
||||
}
|
||||
|
||||
@TaskAction
|
||||
public void remap() {
|
||||
try {
|
||||
sourceRemapper.remapAll();
|
||||
} catch (IOException exception) {
|
||||
throw new RuntimeException("Failed to remap mod", exception);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user