Workflow error, pipeline yml with java build 11, and Application with java ...

So, when we created the Pipeline structure, we used java 11, and it was always fine, but now we need an application in java, which has to be at least java 14, and the pipeline is breaking when we build the pipeline. Application.
My doubt is whether I have to really mess with the Pipeline yml

Hello

Yes you probably need to update the pipeline and use a newer version of Gradle/Maven/SBT or build system that you have

It should be a one-line change in the tag of the image used for compiling

See Maven example Spring Boot 2/Maven · Codefresh | Docs
or Gradle Java Example with Gradle and Docker · Codefresh | Docs

Let us know if you have any other questions