On Mon, Jan 9, 2023 at 2:10 PM Kul Bhushan Srivastava <coolk...@gmail.com> wrote:
> Until now I was able to compile the maven dependencies against java8. > > All of sudden the dependencies which are getting downloaded are compatible > with java11 and not with java8. > You're probably using Jenkins 2.357 or newer as your core dependency: https://www.jenkins.io/changelog/#v2.357 Alternatively, you've updated the parent pom to 4.52 or newer: https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.52 The version of Stapler specified in the log is used in Jenkins 2.381 and newer. Basically, this is intentional. Time to update Java, or revert updates to your dependencies (which can only be a temporary solution). -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7Pt%2BU%3DLbsYV578QnHdTcniaG79TDGrUFhGaKNV_YOisRx9w%40mail.gmail.com.