-
Notifications
You must be signed in to change notification settings - Fork 446
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
Wrong placement of generated META-INF/services #110
Comments
This is due to assuming that
Which one depends on if this feature would be worthwhile in non-gradle uses of retrolambda. @orfjackal can you speak to that? |
Sounds like a feature that would best belong in Retrolambda. |
This is fixed in Retrolambda 2.0.4 |
I confirm, it works! Great, absolutely great. |
Not sure if this similar problem, but right now I can't even compile most of the time:
While actual file is generated in:
I'm registering all type adapters manually, so I don't really need services, is there any good way to completely disable generation or maybe there is another way to fix it? gradle: 2.10 p.s. crossposted in immutables/immutables#100 |
Immutables
is a 3rd party lib with code generation, among java classes it generatesMETA-INF/services
file, but it seemsretrolambda
stands in the way to put it into assembled apk: generated service is put into retrolambda folder, but not in the resulting apk META-INF folderThe text was updated successfully, but these errors were encountered: