I have a project running with java 7. but i want to test the code with java 8 or later.
There's a way to set specific jre version, but i want to set it default.
Everytime i test the code, i have to configure junit jre version.
I want to make it easier.
Is there any possible way to apply default java verions?
java 7 for running, java 8 or later for testing.