-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compilation errors #3
Comments
Ok, solved changing source and target compatibility in extensionConfig to 1.8... Still lot of checkstyle errors affect the build. |
Hi, Please make sure you are using this fork: https://github.com/bpm-technion/EDU-ProM |
I got the same problems with that fork. Again, I've managed to fix them adding the following lines into the build.gradle file: codeQuality { |
Thank you Edith for your fork! Works a charm. |
I've tried to compile the project several times with not success. Seems plugin requires java 1.7 but lambdas cannot compile with that version, have you experienced something similar? I'm using gradle 3.3.. I've also tried to indicate source and target compatibility to 1.8 but didn't work.
Thanks!
The text was updated successfully, but these errors were encountered: