You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Is it possible for this to be added?
The text was updated successfully, but these errors were encountered: