> > It's probably failing because the plugin depends from a very old core > version which doesn't support jdk 8, and you are using a jdk 8 to build the > project. > > Either : > - install a jdk 7 > - update the parent version to something more recent (such as 1.565.1, one > year old, but should work better than the current 1.409) >
Thanks! I updated to 1.565.1 and now it works. Unfortunately `mvn release:prepare` didn't set the version to 1.3, but left 1.3-SNAPSHOT: https://github.com/jenkinsci/python-plugin/blob/python-1.3/pom.xml The other tags don't have -SNAPSHOT in them: https://github.com/jenkinsci/python-plugin/blob/python-1.1/pom.xml Is this bad? Can I fix it? -- 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/eec8c9b9-72ab-432c-beab-89b28605d274%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
