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

Publishing with multi reobfuscate #226

Open
Icosider opened this issue Jan 17, 2025 · 0 comments
Open

Publishing with multi reobfuscate #226

Icosider opened this issue Jan 17, 2025 · 0 comments

Comments

@Icosider
Copy link

If you use multi reobfuscate, only the result of the last one will be sent when publishing. This approach is not always convenient. In the case of shadowJar, this is an ideal and convenient approach, but if the mod has a split system into a client and a server, then several options are expected for publication:

  1. The client and server builds will be published, as well as the source code.
  2. Publishing universal jar only (aka default gradle task)

Possible solutions:

  1. Do not overwrite(clear?) components.java
  2. Add additional components designed specifically for publishing reobfuscated jar files.
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

1 participant