Hi! Gradle jobs on jenkins.ci.cloudbees.com seem to use the version of Gradle installed on the node which currently seems to be Gradle 1.9. That's not a good default, because the Gradle JPI plugin will use Gradle 2.x in upcoming versions, the pull request builder already failed [1]. So projects using older versions of the JPI plugin should stay at 1.x, but projects using the next version including the gradle-jpi-plugin project should be build with Gradle 2.x. The best option would be to use the Gradle wrapper provided by the project being built, so the project can always be build with a matching version of Gradle.
Can someone change the Gradle project template, the gradle-jpi-plugin and the job-dsl-plugin projects to use the Gradle wrapper when building? [1] https://jenkins.ci.cloudbees.com/job/plugins/job/gradle-jpi-plugin/101/ Thanks, Daniel -- 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]. For more options, visit https://groups.google.com/d/optout.
