-
Notifications
You must be signed in to change notification settings - Fork 798
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
Hugo + Retrolambda - is it possible to use both? #78
Comments
As I said on #77, I have no interest in figuring out how to support retrolambda. Someone else is welcome to try, however, and I'll merge. |
Thanks for response. Probably it is retrolambda fault because it's breaking other similar libraries (for example: https://github.com/stephanenicolas/loglifecycle ) Another example: evant/gradle-retrolambda#78 |
I just start a pull request to solve this problem. Also I have updated the example to show how hugo working with retrolambda in my own repo, but I don't think it's appropriate to inlucde this commit to pull request. |
Bump issue. Does anyone have a workaround? |
I've tested hugo support with the latest version of gradle-retrolambda (3.1.0) and it seems to be working fine. I changed it to do way less bad things to the javaCompile task which should increase compatibility with other plugins like this one. |
@evant Awesome. Thanks! |
Well shit I just merged a thing to change when our AspectJ is run (it's now immediately before dex). I can't imagine it'll hurt, at the very least! |
I confirm Hugo 1.2.1 does not log a thing when using retrolambda. https://github.com/promeG/XLog works like a charm if you are using retrolambda. Thanks a lot @promeG! |
Hi,
Thanks for great library. Is it possible to use Hugo with retrolambda? I was trying to use them both in one project without any success. Everything is compiling but I don't see any hugo's logs when I start app.
I've changed hugo-example app where you can reproduce it ( https://github.com/radzio/hugo/blob/master/hugo-example/build.gradle )
Any ideas / suggestions?
Cheers,
Radek
The text was updated successfully, but these errors were encountered: