You should not switch your plugin to Java 11 unless Jenkins core switches to Java 11. Otherwise your plugin will not work in Jenkins instances that run with Java 8. So do not expect a solution until that step has been announced.
> Am 27.05.2021 um 20:01 schrieb Bryan Stopp <[email protected]>: > > > Was looking at updating my plugin to only build using Java11 and output > Java11 bytecode. > > But when I went to use 11 as the value of java.level in my pom, it broke due > to the plugins not understanding Java target of "1.11" (because its supposed > to be just "11"). > > Is there a plan to update/release a plugin parent pom that is predominantly > configured to support only Java11? > > Thanks, > > -Bryan > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/55720f8e-4944-49e1-ae8a-bc00d34fc50cn%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/55720f8e-4944-49e1-ae8a-bc00d34fc50cn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/6A550719-8D92-4C3A-B183-CF95AE337FAC%40gmail.com.
