Skip to content

The plugin changes constants with values similar to package names #232

Open
@sergeykad

Description

@sergeykad

Shadow Version 1.2.3

Gradle Version 2.14

Expected Behavior: There will be an option to control this behavior, preferably using filters

Actual Behavior: All constants are changed

For example
Before Shadow:
public static final String AttributePrefix = "org.mypackage";
After Shadow
public static final String AttributePrefix = "shadow.mypackage";

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions