Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jar should not be packed with gems/cache/*.gem #200

Closed
rtyler opened this issue Aug 20, 2015 · 2 comments
Closed

Jar should not be packed with gems/cache/*.gem #200

rtyler opened this issue Aug 20, 2015 · 2 comments

Comments

@rtyler
Copy link
Member

rtyler commented Aug 20, 2015

Right now the cache/ directory contents are being included in the packaged up jar file, but serve 100% no purpose other than to bloat the size of the package.

In one case internal to Lookout, the cache/ directory for a jar-based project is 14MB all on its own!

@rtyler
Copy link
Member Author

rtyler commented Aug 20, 2015

One temporary work-around is to use:

jrubyJar {
   exclude '**/*.gem'
}

@mkristian
Copy link
Contributor

mkristian commented Aug 20, 2015 via email

rtyler pushed a commit to rtyler/jruby-gradle-plugin that referenced this issue Sep 8, 2015
rtyler pushed a commit to rtyler/jruby-gradle-plugin that referenced this issue Sep 9, 2015
@rtyler rtyler self-assigned this Sep 9, 2015
rtyler pushed a commit to rtyler/jruby-gradle-plugin that referenced this issue Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants