Forum Discussion
manish2501345
Sep 02, 2024Copper Contributor
Best Practice to build multiple application using different java version with Single Agent
Hello, I had an java application with tech stack such as gradle, java11 etc. I configured an agent with all required tools including java 11 to build the app. It worked fine. Recently for a n...
Kidd_Ip
Sep 03, 2024MVP
Refer this on manage multiple Java versions on the same machine:
Multi-Module Project with Maven | Baeldung