mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Allow other source sets to be remapped without needing an access widener
This commit is contained in:
@@ -295,6 +295,7 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
|
||||
extension.addUnmappedMod(jarTask.getArchivePath().toPath());
|
||||
remapJarTask.getAddNestedDependencies().set(true);
|
||||
remapJarTask.getRemapAccessWidener().set(true);
|
||||
|
||||
project1.getArtifacts().add("archives", remapJarTask);
|
||||
remapJarTask.dependsOn(jarTask);
|
||||
|
||||
Reference in New Issue
Block a user