Skip to content

Publishing with multi reobfuscate #226

Description

@Icosider

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    legacyRelated to the legacy plugin

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions