If I want build a multi-release jar file (MRJAR) then I need two source folder that compile with different java versions. How can I setup this in Eclipse?
I can configure the Gradle build script for such building but what is the best practice for Eclipse?
I expected/want that if I run the project with different Java versions that I can debug the right versions for the running Java version.