mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Ensure that gen sources always runs after remap jar.
This commit is contained in:
@@ -237,6 +237,8 @@ public abstract class GenerateSourcesTask extends AbstractLoomTask {
|
||||
getResetCache().convention(getExtension().refreshDeps());
|
||||
|
||||
getMappings().set(SourceMappingsService.create(getProject()));
|
||||
|
||||
mustRunAfter(getProject().getTasks().withType(AbstractRemapJarTask.class));
|
||||
}
|
||||
|
||||
@TaskAction
|
||||
|
||||
Reference in New Issue
Block a user