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

Exclude javax.* from release packages #10

Open
denley opened this issue Feb 24, 2015 · 2 comments
Open

Exclude javax.* from release packages #10

denley opened this issue Feb 24, 2015 · 2 comments

Comments

@denley
Copy link
Owner

denley commented Feb 24, 2015

The processor requires some classes in javax.* to compile, which are included in the source. However, these classes don't need to be included in the release packages, and add unnecessary size.

@denley
Copy link
Owner Author

denley commented Jul 25, 2015

We should also exclude the com.sun.source.* package, which has been added to the classpath for #19

@kosiara
Copy link

kosiara commented Apr 26, 2016

Could you remove javax.annotation.* , specifically javax.annotation.Generated from the release of the aar? These shouldn't be included in the gradle dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants