On Tue, Dec 13, 2016 at 6:53 AM, Himanshu Taneja <[email protected]> wrote: > Our build is configured to run on JDK 1.7 currently. Due to which > the new 1.8 codebase doesn’t build. Could you please reconfigure our gradle > build job to run on 1.8? > > Build job: https://jenkins.ci.cloudbees.com/job/plugins/job/xldeploy-plugin/
Done. Please note that users of Jenkins on Java 7 will not be alerted automatically that your plugin requires Java 8, and will see serious errors upon upgrade. Pending a mechanism for declaring minimum Java requires in plugin (and thus update center metadata), I would urge you to consider restoring Java 7 compatibility if possible. Regardless of the minimum Java version, building all plugins on JDK 8 is recommended. For Maven-based projects, the default parent POM automatically enforces Java level compatibility. I am not sure about Gradle-based projects. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2JKWDiKeUCq%2BM_X5TtK2W29M9%2BDTFJCxk6S0yCoAvD7A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
