Test compile a project in JDK17 with multiple modules, each one with a distinct java version (java 8, java 11 and jdk17)
To run the application locally, you need to ensure that the following prerequisites are met:
Install JDK17 Eclipse Adoptium jdk17
Install java 11 jdk-11.0.12.7
Install java 8 jdk1.8.0_202
Create a toolchains.xml file in your .m2 folder.
clean install
Running all test you can see that each module is compiled and executed with a distinct java version
