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

Compilation errors #3

Open
edithzavala opened this issue Feb 23, 2018 · 4 comments
Open

Compilation errors #3

edithzavala opened this issue Feb 23, 2018 · 4 comments

Comments

@edithzavala
Copy link

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!

@edithzavala
Copy link
Author

Ok, solved changing source and target compatibility in extensionConfig to 1.8... Still lot of checkstyle errors affect the build.

@yosid16
Copy link
Owner

yosid16 commented Feb 24, 2018

Hi, Please make sure you are using this fork: https://github.com/bpm-technion/EDU-ProM
and not this: https://github.com/yosid16/EDU-ProM.
In addition, this is a more detailed documentation how to setup the environment. Assuming you are working on the correct fork, and create your own branch, you should not have compilation errors, please let me know if you experience something different.

@edithzavala
Copy link
Author

edithzavala commented Feb 24, 2018

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 {
checkstyle = false
}
and,
sourceCompatibility = 1.8
targetCompatibility = 1.8

@edfincham
Copy link

Thank you Edith for your fork! Works a charm.

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

3 participants