gradle-jarjar icon indicating copy to clipboard operation
gradle-jarjar copied to clipboard

Plugin for gradle which allows you to repackage jar-libraries with different package names using JarJar tool

Results 1 gradle-jarjar issues
Sort by recently updated
recently updated
newest added

Thanks for the plugin :) Some feedback. In the dependencies we refer to our dependency as ``` dependencies { jarJar 'PACKAGE_NAME:NAME:VERSION' } ``` but in the jarjar rules we refer...