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

Create shadow jar after remapping #922

Open
fr3qu3ncy-dev opened this issue Jun 9, 2024 · 1 comment
Open

Create shadow jar after remapping #922

fr3qu3ncy-dev opened this issue Jun 9, 2024 · 1 comment

Comments

@fr3qu3ncy-dev
Copy link

Shadow Version

1.4.2

Gradle Version

8.5

I'm using this remapper (https://github.com/patrick-choe/mojang-spigot-remapper) for remapping in my project. That plugin uses the output of the jar task and I want shadowJar to use that output and create the shadowed jar from it, so the mapper doesn't have to go through the entire shadowed jar (takes a lot of extra time). Is there a way to do this?

@SettingDust
Copy link

I think you need to shadow a submodule/task that output the mapped jar and shadow/from zipTree by yourself

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

No branches or pull requests

2 participants