-
Notifications
You must be signed in to change notification settings - Fork 132
upgrade to java 8 #334
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
Comments
I seem to be unable to unable to build with maven. @wimjongman do you want to take a look?
|
FYI the code is in the bigChange branch |
After I upgraded the default java on my system to 8 mvn verify works. |
Been nosing in the doc of travis and found a way to force oracle java 8
[>ERROR] Type mismatch: cannot convert from Object to IResource [ERROR] 1 problem (1 error) [ERROR] -> [Help 1] [ERROR] |
Reverted to oracle java 8 and added a cast |
The code that causes the oracle java 8 to fail will be replaced by a fix for #324 |
Building the current development version under Kubuntu 14.04 I also got the error A detailed description can be found here: |
I found out the hard way there is a problem in ubuntu 14 and java 8 |
As I needed some java 8 functionality I upgraded to java 8 in the big changes branch.
The text was updated successfully, but these errors were encountered: