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

JavaMOP only compiles with Java 7? #240

Open
owolabileg opened this issue May 7, 2016 · 1 comment
Open

JavaMOP only compiles with Java 7? #240

owolabileg opened this issue May 7, 2016 · 1 comment

Comments

@owolabileg
Copy link
Contributor

The documentations tells users that JavaMOP requires Java 7 or higher but recent changes to the pom.xml makes it such that JavaMOP can only build on Java 8. Any reasons for this change? The documentation either needs to be changed to reflect this change or we revert the pom.xml file to compile with Java 7 and higher.

@xiaohe27
Copy link
Contributor

xiaohe27 commented May 7, 2016

@owolabileg I used some JDK 8 features (lambda expression) in the test cases. The JavaMOP itself is OK to compile with JDK 7. I modified the pom in #241 to enable the JDK 7 users to build JavaMOP, and I will modified the docs accordingly.

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

No branches or pull requests

2 participants