Azure DevOps JavaToolInstaller Error/Issue with JDK versions
Trying to implement a pipeline with Azure DevOps for springboot maven 4.0 on jdk17.
There is an issue where the pipeline is incompatible with one of the bash commands as it wants to run jdk11.
I am trying to use JavaToolInstaller to update the system to jdk17, but get an error saying the plugin is unsupported even with code to install it.