Skip to content

pablo-gago/toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolchain

Test compile a project in JDK17 with multiple modules, each one with a distinct java version (java 8, java 11 and jdk17)

toolchain

Prerequisites

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

Apache Maven

git

Installation

Create a toolchains.xml file in your .m2 folder.

image

Execute

clean install

Running all test you can see that each module is compiled and executed with a distinct java version

About

test maven toolchain project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages