mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 05:05:20 -05:00
Merge 1.9
This commit is contained in:
@@ -126,6 +126,11 @@ public abstract class AbstractRemapJarTask extends Jar {
|
||||
usesService(jarManifestServiceProvider);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void copy() {
|
||||
// Skip the default copy behaviour of AbstractCopyTask.
|
||||
}
|
||||
|
||||
public final <P extends AbstractRemapParams> void submitWork(Class<? extends AbstractRemapAction<P>> workAction, Action<P> action) {
|
||||
final WorkQueue workQueue = getWorkerExecutor().noIsolation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user