0.7.0 has a regression bug, dependencies are not included in the JPI file [1]. 0.7.1 has been released with a fix. See the changelog [2] for details.
[1] https://issues.jenkins-ci.org/browse/JENKINS-25401 [2] https://github.com/jenkinsci/gradle-jpi-plugin/blob/0.7.1/CHANGELOG.md On Fri, Oct 24, 2014 at 9:33 AM, Daniel Spilker <[email protected]> wrote: > Hi, > > there is a new version of the Gradle JPI plugin [1]. > > Some highlights from the changelog [2]: > * updated Gradle to version 1.12, which is now the recommended version for > projects using the plugin > * added support for the Plugin-Developers and Support-Dynamic-Loading > manifest attributes > * set stapler.jelly.noCache to true when running the server task > * copy plugin dependencies into working directory when running server > task, JENKINS-25219 [3] > * ignore non-existing directories (e.g. src/main/resources) when running > localizer or server tasks > * added findbugs:annotations:1.0.0 dependency to avoid compiler warnings, > JENKINS-14400 [4] > * added org.jenkins-ci.jpi as alternative qualified plugin id for Gradle > plugin portal > > This will be the last version supporting Gradle 1.x. The next version will > support Gradle 2.x only since we need a new feature in Gradle to be able to > publish the JPI _and_ the JAR [5]. > > Please report any problems or feature requests [6]. > > [1] https://github.com/jenkinsci/gradle-jpi-plugin > [2] https://github.com/jenkinsci/gradle-jpi-plugin/blob/0.7.0/CHANGELOG.md > [3] https://issues.jenkins-ci.org/browse/JENKINS-25219 > [4] https://issues.jenkins-ci.org/browse/JENKINS-14400 > [5] > https://issues.jenkins-ci.org/browse/JENKINS-25007?focusedCommentId=213889 > [6] https://issues.jenkins-ci.org/browse/JENKINS/component/16321 > > Daniel > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/2-TWdJWQrRM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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.
