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:
- The client and server builds will be published, as well as the source code.
- Publishing universal jar only (aka default gradle task)
Possible solutions:
- Do not overwrite(clear?) components.java
- Add additional components designed specifically for publishing reobfuscated jar files.
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:
Possible solutions: