-
Notifications
You must be signed in to change notification settings - Fork 138
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
Does not compile #46
Comments
This is an issue with Jacoco and Java 8. We just need to update to the latest Airbase pom and it should fix the problem. |
Closing ticket before fixing? |
This ticket is still open. I have a patch for Airbase out to upgrade to the newest Jacoco. Then I'll update this project. |
Previous version of Jacoco could not parse Java8 byte code and would fail the build. Fixes airlift#46
Everything should be working now. |
Hi, I fixed that also with the with the not yet merged solution of issue #40 (reducing the dependency of guava with the introduction of Java 8). You should really merge it. :-) But I unterstand that it is hard to review, because there are a many (small) commits. Here is the fork: https://github.com/Novanic/airline Regards |
Just forked the project, ran mvn clean install and got the following
My java:
The text was updated successfully, but these errors were encountered: