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:
modmuss
2024-08-20 12:51:47 +01:00
committed by GitHub
parent 3c32259001
commit 9157c22448
60 changed files with 950 additions and 885 deletions

View File

@@ -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