mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Inital remap jar configuration cache support (#1161)
* Move everything to the new service system * Checkstyle * Fix unit tests + make them use the internet less * Some more fixes * Split the mixin ap mapping handling out into its own service. * Checkstyle * Fixes * Move mixin refmap handling to a service * Minor changes
This commit is contained in:
@@ -40,7 +40,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import net.fabricmc.loom.task.service.SourceRemapperService;
|
||||
import net.fabricmc.loom.util.newService.ScopedServiceFactory;
|
||||
import net.fabricmc.loom.util.service.ScopedServiceFactory;
|
||||
|
||||
public abstract class RemapSourcesJarTask extends AbstractRemapJarTask {
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user