mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Add 'fabric.loom.disableObfuscation' property to disable all remapping. (#1409)
* Add 'fabric.loom.disableObfuscation' property * More work, the test passes now. * Fix
This commit is contained in:
@@ -67,7 +67,7 @@ public abstract class RemapTaskConfiguration implements Runnable {
|
||||
|
||||
SyncTaskBuildService.register(getProject());
|
||||
|
||||
if (GradleUtils.getBooleanProperty(getProject(), Constants.Properties.DONT_REMAP)) {
|
||||
if (extension.dontRemapOutputs()) {
|
||||
extension.getUnmappedModCollection().from(getTasks().getByName(JavaPlugin.JAR_TASK_NAME));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user