Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip output remapping for Mojang-mapped NeoForge projects #175

Conversation

jpenilla
Copy link

This brings a pretty noticeable improvement for Neo projects using Mojang mappings. For example, the remapJar task for one of my Neo projects went from taking 5s to 1s. This still feels a little long, but any improvements there could probably be sent upstream as they wouldn't be arch/neo-specific.

Ideally, we could also skip the remapping of incoming artifacts (without sacrificing things like stripping included jars). But in my opinion, that's not as big of a deal, since dependencies will be remapped much less often than your project output.

The implementation here clearly isn't optimal, but I think it's a reasonable/minimally-invasive stopgap with how NeoForge support currently works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant