jarjar icon indicating copy to clipboard operation
jarjar copied to clipboard

Add ability to repackage project JAR

Open bspeice opened this issue 9 years ago • 0 comments

Thanks so much for this project! It's been awesome so far. The only feature I could use that doesn't seem to be present is repackaging JARs from local projects. I.e., the following fails:

compile jarjar.repackage {
    from project(':mylocalproject')
    classRename 'original.name.**', 'new.name.@1'
}

Is it possible for this to be added?

bspeice avatar Jun 28 '15 21:06 bspeice